Skip to content
Snippets Groups Projects
Commit c9f3ee97 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Jean-Baptiste Kempf
Browse files

contrib: cargo: fix job server usage (again)

Fixes #28386.
parent 5233ea3d
No related branches found
No related tags found
1 merge request!4321contrib: cargo: fix job server usage (again)
Pipeline #391338 passed with stage
in 1 hour and 16 seconds
......@@ -35,6 +35,6 @@ endif
./rustup-init.sh --no-modify-path -y --default-toolchain $(RUST_VERSION)
+$(RUSTUP) default $(RUST_VERSION)
+$(RUSTUP) target add $(RUST_TARGET)
unset PKG_CONFIG_LIBDIR PKG_CONFIG_PATH CFLAGS CPPFLAGS LDFLAGS; \
+unset PKG_CONFIG_LIBDIR PKG_CONFIG_PATH CFLAGS CPPFLAGS LDFLAGS; \
$(CARGO) install --locked $(CARGOC_FEATURES) cargo-c --version $(CARGOC_VERSION)
touch $@
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