Skip to content

Commit

Permalink
Fixes #25524: Limit number of rust jobs in build jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Sep 23, 2024
1 parent 9bb6f65 commit 839c2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust.makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version:
build: CARGO_INCREMENTAL=0
build: version
cargo install --locked cargo-auditable@0.6.1
cargo auditable build ${CARGO_FEATURES} --release --locked
cargo auditable build ${CARGO_FEATURES} --release --locked --jobs 4

dev-doc:
cargo doc --document-private-items --open
Expand Down

0 comments on commit 839c2ad

Please sign in to comment.