ci: Remove sccache lines

This commit is contained in:
Rodrigo Rodriguez 2026-04-30 21:43:25 -03:00
parent 0b207f679a
commit d206f4ad48

View file

@ -33,12 +33,8 @@ steps:
run: |
cd /opt/gbo/work/generalbots
rustup default stable
export CARGO_HOME=/home/gbuser/.cargo
export RUSTC_WRAPPER=sccache
sccache --start-server || true
CARGO_BUILD_JOBS=24 cargo build -p botserver --bin botserver --profile fast
CARGO_BUILD_JOBS=24 cargo build -p botui --bin botui --profile fast --features embed-ui
sccache --show-stats || true
- name: Deploy to Stage
run: |