Disable incremental build for windows
Testing if this speeds up compilation time for the Windows CI build.
This commit is contained in:
parent
d8166bf141
commit
39f179da45
@ -52,7 +52,7 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
env: BASE_TESTS=true
|
env: BASE_TESTS=true
|
||||||
- os: windows
|
- os: windows
|
||||||
env: BASE_TESTS=true
|
env: CARGO_INCREMENTAL=0 BASE_TESTS=true
|
||||||
- env: INTEGRATION=rust-lang/cargo
|
- env: INTEGRATION=rust-lang/cargo
|
||||||
if: repo =~ /^rust-lang\/rust-clippy$/
|
if: repo =~ /^rust-lang\/rust-clippy$/
|
||||||
- env: INTEGRATION=rust-random/rand
|
- env: INTEGRATION=rust-random/rand
|
||||||
@ -81,7 +81,7 @@ matrix:
|
|||||||
if: repo =~ /^rust-lang\/rust-clippy$/
|
if: repo =~ /^rust-lang\/rust-clippy$/
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- os: windows
|
- os: windows
|
||||||
env: BASE_TESTS=true
|
env: CARGO_INCREMENTAL=0 BASE_TESTS=true
|
||||||
# prevent these jobs with default env vars
|
# prevent these jobs with default env vars
|
||||||
exclude:
|
exclude:
|
||||||
- os: linux
|
- os: linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user