Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix bootstrapping during mach rustup without system cargo
  • Loading branch information
SimonSapin committed Jul 21, 2017
1 parent 06b409a commit d0a2f7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/servo/devenv_commands.py
Expand Up @@ -284,6 +284,9 @@ def rustup(self, master=False):
# 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()
Expand Down

0 comments on commit d0a2f7b

Please sign in to comment.