Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore the ability to disable incremental compilation #19763

Merged
merged 4 commits into from Jan 18, 2018
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Remove work-around that is now unnecessary

We use rustup.rs, where each toolchain has its own Cargo version.
  • Loading branch information
SimonSapin committed Jan 14, 2018
commit 631623a80ed7cd2c15eb1dd2abfcfc3b9b7e59e4
@@ -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:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.