File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ matrix:
52
52
- os : linux
53
53
env : BASE_TESTS=true
54
54
- os : windows
55
- env : BASE_TESTS=true
55
+ env : CARGO_INCREMENTAL=0 BASE_TESTS=true
56
56
- env : INTEGRATION=rust-lang/cargo
57
57
if : repo =~ /^rust-lang\/rust-clippy$/
58
58
- env : INTEGRATION=rust-random/rand
@@ -81,7 +81,7 @@ matrix:
81
81
if : repo =~ /^rust-lang\/rust-clippy$/
82
82
allow_failures :
83
83
- os : windows
84
- env : BASE_TESTS=true
84
+ env : CARGO_INCREMENTAL=0 BASE_TESTS=true
85
85
# prevent these jobs with default env vars
86
86
exclude :
87
87
- os : linux
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ cd clippy_dev && cargo test && cd ..
28
28
./util/dev update_lints --check
29
29
cargo +nightly fmt --all -- --check
30
30
31
+ # Add bin to PATH for windows
32
+ PATH=$PATH :$( rustc --print sysroot) /bin
33
+
31
34
CLIPPY=" ` pwd` /target/debug/cargo-clippy clippy"
32
35
# run clippy on its own codebase...
33
36
${CLIPPY} --all-targets --all-features -- -D clippy::all -D clippy::internal -Dclippy::pedantic
You can’t perform that action at this time.
0 commit comments