mirror of
https://github.com/servo/servo.git
synced 2025-06-30 12:03:38 +01:00
Fix bootstrapping during mach rustup
without system cargo
https://travis-ci.org/servo/servo-with-rust-nightly/builds/255611949#L989
This commit is contained in:
parent
06b409ad60
commit
d0a2f7bcbe
1 changed files with 3 additions and 0 deletions
|
@ -284,6 +284,9 @@ class MachCommands(CommandBase):
|
|||
# Reset self.config["tools"]["rust-root"]
|
||||
self._rust_version = None
|
||||
self.set_use_stable_rust(False)
|
||||
|
||||
# Reset self.config["tools"]["cargo-root"]
|
||||
self._cargo_build_id = None
|
||||
self.set_cargo_root()
|
||||
|
||||
self.fetch()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue