Disabled incremental builds
parent
0d24415e95
commit
bd8bc9796a
|
@ -13,6 +13,7 @@ pipeline:
|
||||||
- SCCACHE_BUCKET=rbci
|
- SCCACHE_BUCKET=rbci
|
||||||
- SCCACHE_ENDPOINT=s3.rustybever.be
|
- SCCACHE_ENDPOINT=s3.rustybever.be
|
||||||
- SCCACHE_S3_USE_SSL=true
|
- SCCACHE_S3_USE_SSL=true
|
||||||
|
- CARGO_INCREMENTAL=false
|
||||||
commands:
|
commands:
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- export RUSTC_WRAPPER="$PWD"/sccache
|
- export RUSTC_WRAPPER="$PWD"/sccache
|
||||||
|
|
Loading…
Reference in New Issue