mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 04:23:25 +00:00
Merge #379
379: Disable incremental compilation again on CI r=DJMcNab a=DJMcNab I'm gonna let the PR build run to see if this has worked. Co-authored-by: DJMcNab <36049421+djmcnab@users.noreply.github.com>
This commit is contained in:
commit
dee7c3b0de
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