ci: Remove sccache lines
This commit is contained in:
parent
0b207f679a
commit
d206f4ad48
1 changed files with 0 additions and 4 deletions
|
|
@ -33,12 +33,8 @@ steps:
|
||||||
run: |
|
run: |
|
||||||
cd /opt/gbo/work/generalbots
|
cd /opt/gbo/work/generalbots
|
||||||
rustup default stable
|
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 botserver --bin botserver --profile fast
|
||||||
CARGO_BUILD_JOBS=24 cargo build -p botui --bin botui --profile fast --features embed-ui
|
CARGO_BUILD_JOBS=24 cargo build -p botui --bin botui --profile fast --features embed-ui
|
||||||
sccache --show-stats || true
|
|
||||||
|
|
||||||
- name: Deploy to Stage
|
- name: Deploy to Stage
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue