fix(ci): revert CARGO_INCREMENTAL to 0 - sccache prohibits incremental
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:
Rodrigo Rodriguez (Pragmatismo) 2026-04-29 09:31:28 -03:00
parent c49a7ef65c
commit c5b84b4948

View file

@ -16,7 +16,7 @@ jobs:
runs-on: gbo
env:
RUSTC_WRAPPER: sccache
CARGO_INCREMENTAL: "1"
CARGO_INCREMENTAL: "0"
PATH: "/home/gbuser/.cargo/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/sbin:/bin"
steps:
- name: Setup