Skip to content

Commit

Permalink
Linux release build CI: time virtualenv creation and cargo fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Nov 26, 2019
1 parent 67cb511 commit cbc3f8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/taskcluster/decision_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit cbc3f8a

Please sign in to comment.