Linux release build CI: time virtualenv creation and cargo fetch

This commit is contained in:
Simon Sapin 2019-11-26 13:59:51 +01:00
parent 67cb511549
commit cbc3f8a421

View file

@ -560,6 +560,8 @@ def linux_wpt():
linux_build_task("Release build, with debug assertions")
.with_treeherder("Linux x64", "Release+A")
.with_script("""
time ./mach rustc -V
time ./mach fetch
./mach build --release --with-debug-assertions -p servo
./etc/ci/lockfile_changed.sh
tar -czf /target.tar.gz \