Compare commits
1 commit
c59c2f01d5
...
f8bf718e03
| Author | SHA1 | Date | |
|---|---|---|---|
| f8bf718e03 |
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ ARG FEATURES="feature/upstream/clone-url-base=677c7a5"
|
|||
# Limit parallelism to avoid overwhelming shared infrastructure.
|
||||
# cargo -j controls Rust compilation; CMAKE_BUILD_PARALLEL_LEVEL
|
||||
# controls the vectorscan/Boost cmake build (called from build.rs).
|
||||
ENV CMAKE_BUILD_PARALLEL_LEVEL=2
|
||||
ENV CMAKE_BUILD_PARALLEL_LEVEL=1
|
||||
|
||||
RUN git clone https://forge.ops.eblu.me/eblume/kingfisher.git . \
|
||||
&& git checkout "${CONTAINER_APP_VERSION}" \
|
||||
|
|
@ -46,7 +46,7 @@ RUN set -e; \
|
|||
done; \
|
||||
echo "Build tree ready at $(git rev-parse --short HEAD)"
|
||||
|
||||
RUN cargo build --release \
|
||||
RUN cargo build --release -j 1 \
|
||||
&& install -m 0755 target/release/kingfisher /usr/local/bin/kingfisher
|
||||
|
||||
# Quick smoke-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue