Skip to content

Commit

Permalink
taskcluster: change some mach commands to use python3 under linux
Browse files Browse the repository at this point in the history
  • Loading branch information
marmeladema committed Dec 10, 2019
1 parent 176e632 commit 64e9c0e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions etc/taskcluster/decision_task.py
Expand Up @@ -205,13 +205,13 @@ def linux_tidy_unit():
.with_treeherder("Linux x64", "Tidy+Unit")
.with_script("""
./mach test-tidy --no-progress --all
./mach build --dev
./mach test-unit
./mach package --dev
./mach build --dev --features canvas2d-raqote
./mach build --dev --features layout-2020
./mach build --dev --libsimpleservo
./mach build --dev -p servo-gst-plugin
python3 ./mach build --dev
python3 ./mach test-unit
python3 ./mach package --dev
python3 ./mach build --dev --features canvas2d-raqote
python3 ./mach build --dev --features layout-2020
python3 ./mach build --dev --libsimpleservo
python3 ./mach build --dev -p servo-gst-plugin
./mach test-tidy --no-progress --self-test
./etc/memory_reports_over_time.py --test
Expand Down

0 comments on commit 64e9c0e

Please sign in to comment.