aboutsummaryrefslogtreecommitdiffstats
path: root/etc/taskcluster/decisionlib.py
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2020-01-02 15:27:25 +0100
committerSimon Sapin <simon.sapin@exyr.org>2020-01-02 15:48:11 +0100
commit1110cac184d15ba24f8f94cb21e258de4ba5be76 (patch)
treee2f448a2d4adee0676484059b6da33c49d7360aa /etc/taskcluster/decisionlib.py
parent6f70a9c1de649ce38e014eaa8fa3b22f862768a9 (diff)
downloadservo-1110cac184d15ba24f8f94cb21e258de4ba5be76.tar.gz
servo-1110cac184d15ba24f8f94cb21e258de4ba5be76.zip
mach + rustup: use the minimal profile and install rustc-dev
Diffstat (limited to 'etc/taskcluster/decisionlib.py')
-rw-r--r--etc/taskcluster/decisionlib.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/taskcluster/decisionlib.py b/etc/taskcluster/decisionlib.py
index b8d878da9d8..2dca9e882ac 100644
--- a/etc/taskcluster/decisionlib.py
+++ b/etc/taskcluster/decisionlib.py
@@ -693,6 +693,7 @@ class MacOsGenericWorkerTask(UnixTaskMixin, GenericWorkerTask):
return self.with_early_script("""
export PATH="$HOME/.cargo/bin:$PATH"
which rustup || curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
+ rustup self update
""")