fix(ci): revert CARGO_INCREMENTAL to 0 - sccache prohibits incremental
All checks were successful
BotServer CI / build (push) Successful in 23m28s
All checks were successful
BotServer CI / build (push) Successful in 23m28s
sccache 0.7.5 errors with 'increment compilation is prohibited' when CARGO_INCREMENTAL=1. Keep at 0 and rely on the fixed touch-only-changed-files logic to preserve sccache cache hits.
This commit is contained in:
parent
c49a7ef65c
commit
c5b84b4948
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
runs-on: gbo
|
runs-on: gbo
|
||||||
env:
|
env:
|
||||||
RUSTC_WRAPPER: sccache
|
RUSTC_WRAPPER: sccache
|
||||||
CARGO_INCREMENTAL: "1"
|
CARGO_INCREMENTAL: "0"
|
||||||
PATH: "/home/gbuser/.cargo/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/sbin:/bin"
|
PATH: "/home/gbuser/.cargo/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/sbin:/bin"
|
||||||
steps:
|
steps:
|
||||||
- name: Setup
|
- name: Setup
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue