Skip to content

Commit

Permalink
Don't build in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Jun 26, 2024
1 parent 0a8e9d4 commit b315535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $(STATLIB):
if [ "$(NOT_CRAN)" != "true" ]; then \
export CARGO_HOME=$(CARGOTMP); \
fi && \
cargo build --lib --release --offline --config rust/config/cargo-config.toml --manifest-path=./rust/Cargo.toml --target-dir $(TARGET_DIR)
cargo build --lib --release --offline --config rust/config/cargo-config.toml --manifest-path=./rust/Cargo.toml --target-dir $(TARGET_DIR) --jobs 1

# we clean headers to avoid a message like
# Found the following sources/headers with CR or CRLF line endings:
Expand Down

0 comments on commit b315535

Please sign in to comment.