From 64e9c0ee230fc0ff9a64a123bb8d612933d87e45 Mon Sep 17 00:00:00 2001 From: marmeladema Date: Tue, 29 Oct 2019 00:02:27 +0000 Subject: [PATCH] taskcluster: change some mach commands to use python3 under linux --- etc/taskcluster/decision_task.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 7853a84c2f6..b3fee637ce6 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -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