mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Disable incremental compilation on CI
This commit is contained in:
parent
9790a3291b
commit
e5507390b7
1
.github/workflows/clippy.yml
vendored
1
.github/workflows/clippy.yml
vendored
@ -24,6 +24,7 @@ env:
|
||||
RUST_BACKTRACE: 1
|
||||
CARGO_TARGET_DIR: '${{ github.workspace }}/target'
|
||||
NO_FMT_TEST: 1
|
||||
CARGO_INCREMENTAL: 0
|
||||
|
||||
jobs:
|
||||
base:
|
||||
|
1
.github/workflows/clippy_bors.yml
vendored
1
.github/workflows/clippy_bors.yml
vendored
@ -10,6 +10,7 @@ env:
|
||||
RUST_BACKTRACE: 1
|
||||
CARGO_TARGET_DIR: '${{ github.workspace }}/target'
|
||||
NO_FMT_TEST: 1
|
||||
CARGO_INCREMENTAL: 0
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
Loading…
Reference in New Issue
Block a user