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

Upgrade to rustc 1.24.0-nightly (0a3761e63 2018-01-03) #19683

Merged
merged 6 commits into from Jan 10, 2018

Disable incremental compilation on CI

We don’t keep the `target` directory between builds,
and incremental cache takes a lot of space.
  • Loading branch information
SimonSapin committed Jan 10, 2018
commit cee2aadd828efa717d08a15eb2cb35fe0b7e6943
@@ -40,6 +40,7 @@ matrix:
env:
CCACHE=/usr/bin/ccache
RUSTFLAGS=-Dwarnings
CARGO_INCREMENTAL=0
addons:
apt:
sources:
@@ -2,6 +2,7 @@ version: 1.0.{build}

environment:
CCACHE_DIR: "%APPVEYOR_BUILD_FOLDER%\\.ccache"
CARGO_INCREMENTAL: 0
RUST_BACKTRACE: 1
RUSTFLAGS: -Dwarnings
# The appveyor image we use has a pretty huge set of things installed... we make the
@@ -1,5 +1,6 @@
env:
RUSTFLAGS: -Dwarnings
CARGO_INCREMENTAL: "0"

mac-rel-wpt1:
- ./mach clean-nightlies --keep 3 --force
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.