mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Update web-platform-tests to revision de9a09ab7f605aed6a4b53ed96427412bab76463
This commit is contained in:
parent
f3f9303fc9
commit
73a776843f
225 changed files with 5750 additions and 2858 deletions
|
@ -10,6 +10,7 @@ RUN apt-get -qqy update \
|
|||
bzip2 \
|
||||
ca-certificates \
|
||||
dbus-x11 \
|
||||
earlyoom \
|
||||
gdebi \
|
||||
git \
|
||||
locales \
|
||||
|
|
|
@ -17,6 +17,10 @@ REVISION=${3:-FETCH_HEAD}
|
|||
BROWSER=${4:-all}
|
||||
CHANNEL=${5:-nightly}
|
||||
|
||||
# Start userspace OOM killer: https://github.com/rfjakob/earlyoom
|
||||
# It will report memory usage every minute and prefer to kill browsers.
|
||||
sudo earlyoom -p -r 60 --prefer '(chrome|firefox)' --avoid 'python' &
|
||||
|
||||
cd ~
|
||||
|
||||
mkdir web-platform-tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue