Disabled incremental builds
This commit is contained in:
parent
0d24415e95
commit
bd8bc9796a
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ pipeline:
|
|||
- SCCACHE_BUCKET=rbci
|
||||
- SCCACHE_ENDPOINT=s3.rustybever.be
|
||||
- SCCACHE_S3_USE_SSL=true
|
||||
- CARGO_INCREMENTAL=false
|
||||
commands:
|
||||
- rustup component add clippy
|
||||
- export RUSTC_WRAPPER="$PWD"/sccache
|
||||
|
|
|
|||
Reference in a new issue