Skip to content

Commit

Permalink
Remove work-around that is now unnecessary
Browse files Browse the repository at this point in the history
We use rustup.rs, where each toolchain has its own Cargo version.
  • Loading branch information
SimonSapin committed Jan 14, 2018
1 parent fe0d286 commit 631623a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/servo/command_base.py
Expand Up @@ -296,10 +296,6 @@ def resolverelative(category, key):

def set_use_geckolib_toolchain(self, use_geckolib_toolchain=True):
self._use_geckolib_toolchain = use_geckolib_toolchain
if use_geckolib_toolchain:
# We use Cargo Nightly 1.24 with Rust 1.22,
# it passes `-C incremental` to rustc, which is new in Rust 1.24.
self.config["build"]["incremental"] = False

def toolchain(self):
if self._use_geckolib_toolchain:
Expand Down

0 comments on commit 631623a

Please sign in to comment.