mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 12:33:33 +00:00
Disable incremental compilation again on CI
This commit is contained in:
parent
f9b58454a4
commit
9c8c9eee2a
1 changed files with 1 additions and 4 deletions
|
@ -4,9 +4,6 @@ before_cache:
|
|||
- rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*,*thread_worker*}
|
||||
- rm -f ./target/.rustc_info.json
|
||||
|
||||
env:
|
||||
- CARGO_INCREMENTAL=0
|
||||
|
||||
build: &rust_build
|
||||
language: rust
|
||||
rust: 1.31.1
|
||||
|
@ -15,7 +12,7 @@ build: &rust_build
|
|||
- cargo gen-syntax --verify
|
||||
- cargo test
|
||||
env:
|
||||
- RUSTFLAGS="-D warnings"
|
||||
- RUSTFLAGS="-D warnings", CARGO_INCREMENTAL=0
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue