Skip to content

Commit

Permalink
Merge pull request #1482 from cberkhoff/mt
Browse files Browse the repository at this point in the history
Adding multi-threading flag to docker
  • Loading branch information
cberkhoff authored Dec 6, 2024
2 parents 215cd86 + fce69dd commit cf4ef60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/helper.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG SOURCES_DIR
WORKDIR "$SOURCES_DIR"
COPY . .
RUN set -eux; \
cargo build --bin helper --release --no-default-features --features "web-app real-world-infra compact-gate"
cargo build --bin helper --release --no-default-features --features "web-app real-world-infra compact-gate multi-threading"

# Copy them to the final image
FROM rust:slim-bookworm
Expand Down

0 comments on commit cf4ef60

Please sign in to comment.