Increase build concurrency to j=8
This commit is contained in:
parent
a15afd14ff
commit
3baa74371b
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ on:
|
|||
branches: ["main"]
|
||||
|
||||
env:
|
||||
CARGO_BUILD_JOBS: 1
|
||||
CARGO_BUILD_JOBS: 8
|
||||
CARGO_INCREMENTAL: 0
|
||||
CARGO_NET_RETRY: 10
|
||||
|
||||
|
|
@ -80,7 +80,7 @@ jobs:
|
|||
- name: Build debug
|
||||
working-directory: workspace
|
||||
run: |
|
||||
cargo build -p botserver -p botui -j 1 2>&1 | tee /tmp/build.log
|
||||
cargo build -p botserver -p botui -j 8 2>&1 | tee /tmp/build.log
|
||||
ls -lh target/debug/botserver
|
||||
ls -lh target/debug/botui
|
||||
sccache --show-stats || true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue