From 9faa41252611f4805ef879d1d8b611fb0d9d54fd Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Wed, 12 Oct 2022 21:43:25 +0200 Subject: [PATCH] CI: No longer need to run the cargo build command on rust sub-projects before the cmake command --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0afb789..16668dc1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,8 +31,6 @@ - ./rustup.sh -y --default-toolchain beta - source $HOME/.cargo/env script: - - $HOME/.cargo/bin/cargo build --manifest-path src/rust/liblektor-rs/Cargo.toml - - $HOME/.cargo/bin/cargo build --manifest-path src/rust/amadeus-rs/Cargo.toml - cmake -Bbuild -DCMAKE_RUST_COMPILER=$HOME/.cargo/bin/cargo -DCMAKE_C_COMPILER=${c_compiler} -DCMAKE_CXX_COMPILER=${cxx_compiler} && make -Cbuild variables: -- GitLab