mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Taskcluster: install the rustc-dev
rustup component, required for compiler plugins
This commit is contained in:
parent
d3439fb4d1
commit
6ba0fabc73
2 changed files with 14 additions and 2 deletions
|
@ -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
|
||||
""")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue