Commit 3d9ade88 authored by Pawel Ziecina's avatar Pawel Ziecina Committed by GitHub
Browse files

build: add CARGO_BUILD_JOBS argument to Dockerfiles (#132)

parent 05465f78
......@@ -126,6 +126,8 @@ COPY pyproject.toml /workspace/
COPY README.md /workspace/
COPY LICENSE /workspace/
ARG CARGO_BUILD_JOBS
# Build Rust runtime
COPY lib/runtime /workspace/lib/runtime
RUN cd lib/runtime && \
......
......@@ -71,6 +71,8 @@ COPY pyproject.toml /workspace/
COPY README.md /workspace/
COPY LICENSE /workspace/
ARG CARGO_BUILD_JOBS
# Build Rust runtime
COPY lib/runtime /workspace/lib/runtime
RUN cd lib/runtime && \
......
......@@ -211,6 +211,8 @@ COPY pyproject.toml /workspace/
COPY README.md /workspace/
COPY LICENSE /workspace/
ARG CARGO_BUILD_JOBS
# Build Rust runtime
COPY lib/runtime /workspace/lib/runtime
RUN cd lib/runtime && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment