mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add timing for Android CI bootstrap
This commit is contained in:
parent
f93c03cda3
commit
56895198f4
1 changed files with 3 additions and 3 deletions
|
@ -873,9 +873,9 @@ def android_build_task(name):
|
||||||
# file: NDK parses $(file $SHELL) to tell x64 host from x86
|
# file: NDK parses $(file $SHELL) to tell x64 host from x86
|
||||||
# wget: servo-media-gstreamer’s build script
|
# wget: servo-media-gstreamer’s build script
|
||||||
.with_script("""
|
.with_script("""
|
||||||
apt-get update -q
|
time apt-get update -q
|
||||||
apt-get install -y --no-install-recommends openjdk-8-jdk-headless file wget
|
time apt-get install -y --no-install-recommends openjdk-8-jdk-headless file wget
|
||||||
./mach bootstrap-android --accept-all-licences --build
|
time ./mach bootstrap-android --accept-all-licences --build
|
||||||
""")
|
""")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue