mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Linux release build CI: time virtualenv creation and cargo fetch
This commit is contained in:
parent
67cb511549
commit
cbc3f8a421
1 changed files with 2 additions and 0 deletions
|
@ -560,6 +560,8 @@ def linux_wpt():
|
||||||
linux_build_task("Release build, with debug assertions")
|
linux_build_task("Release build, with debug assertions")
|
||||||
.with_treeherder("Linux x64", "Release+A")
|
.with_treeherder("Linux x64", "Release+A")
|
||||||
.with_script("""
|
.with_script("""
|
||||||
|
time ./mach rustc -V
|
||||||
|
time ./mach fetch
|
||||||
./mach build --release --with-debug-assertions -p servo
|
./mach build --release --with-debug-assertions -p servo
|
||||||
./etc/ci/lockfile_changed.sh
|
./etc/ci/lockfile_changed.sh
|
||||||
tar -czf /target.tar.gz \
|
tar -czf /target.tar.gz \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue