From d206f4ad48eba55cb18afc150f2e88699e7b8dff Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Thu, 30 Apr 2026 21:43:25 -0300 Subject: [PATCH] ci: Remove sccache lines --- .forgejo/workflows/botserver.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.forgejo/workflows/botserver.yaml b/.forgejo/workflows/botserver.yaml index d45882c1..3b25a3dd 100644 --- a/.forgejo/workflows/botserver.yaml +++ b/.forgejo/workflows/botserver.yaml @@ -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: |