mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
mach + rustup: use the minimal profile and install rustc-dev
This commit is contained in:
parent
6f70a9c1de
commit
1110cac184
5 changed files with 15 additions and 26 deletions
|
@ -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
|
||||
""")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue