mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +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 -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*,*thread_worker*}
|
||||||
- rm -f ./target/.rustc_info.json
|
- rm -f ./target/.rustc_info.json
|
||||||
|
|
||||||
env:
|
|
||||||
- CARGO_INCREMENTAL=0
|
|
||||||
|
|
||||||
build: &rust_build
|
build: &rust_build
|
||||||
language: rust
|
language: rust
|
||||||
rust: 1.31.1
|
rust: 1.31.1
|
||||||
|
@ -15,7 +12,7 @@ build: &rust_build
|
||||||
- cargo gen-syntax --verify
|
- cargo gen-syntax --verify
|
||||||
- cargo test
|
- cargo test
|
||||||
env:
|
env:
|
||||||
- RUSTFLAGS="-D warnings"
|
- RUSTFLAGS="-D warnings", CARGO_INCREMENTAL=0
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in a new issue