Skip to content
Snippets Groups Projects
Commit b6788895 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

bookworm-multipython: Install swh-graph-grpc-server crate

The swh-graph-grpc-serve executable is required to run provenance
related tests and now has its own crate.
parent ba4fb441
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ RUN --mount=type=secret,mode=0444,id=SCCACHE_REDIS_ENDPOINT \
env-from-secrets \
RUSTC_WRAPPER=sccache \
CARGO_INCREMENTAL=0 \
cargo install swh-graph --all-features
cargo install swh-graph swh-graph-grpc-server --all-features
FROM build_bookworm_with_packages AS build_bookworm_with_packages_and_rust
COPY --from=build_rust /home/${user}/.cargo/bin/rage /home/${user}/.cargo/bin/rage-keygen /home/${user}/.cargo/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment