diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2020-01-03 19:08:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-03 19:08:08 -0500 |
commit | de50b4142b364f76d50f2bc43d4db030450bfdce (patch) | |
tree | 3c5cac53e386c2749e5f24a4fd5150ef00ecd593 /etc/taskcluster/decisionlib.py | |
parent | 2488213d18d5bc9806b41fb2756a2a82dbe933a4 (diff) | |
parent | 8fc072a375378dcc73d2e348d8e46a4d735e6210 (diff) | |
download | servo-de50b4142b364f76d50f2bc43d4db030450bfdce.tar.gz servo-de50b4142b364f76d50f2bc43d4db030450bfdce.zip |
Auto merge of #25417 - servo:profile, r=jdm,Manishearth
mach: automatically use the 'minimal' rustup profile + rustc-dev component
Fixes https://github.com/servo/servo/issues/25401
Fixes https://github.com/servo/servo/issues/25402
Diffstat (limited to 'etc/taskcluster/decisionlib.py')
-rw-r--r-- | etc/taskcluster/decisionlib.py | 1 |
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 """) |