Add timing for Android CI bootstrap

This commit is contained in:
Simon Sapin 2020-01-02 15:51:24 +01:00
parent f93c03cda3
commit 56895198f4

View file

@ -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-gstreamers build script # wget: servo-media-gstreamers 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
""") """)
) )