Taskcluster: install the rustc-dev rustup component, required for compiler plugins

This commit is contained in:
Simon Sapin 2019-10-27 17:54:29 +01:00
parent d3439fb4d1
commit 6ba0fabc73
2 changed files with 14 additions and 2 deletions

View file

@ -657,8 +657,6 @@ 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
rustup set profile minimal
""")