Skip to content
Snippets Groups Projects
Commit f1fb2bb9 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Attempt to fix rust install

parent f5b09479
Branches
Tags
No related merge requests found
Pipeline #
...@@ -31,9 +31,7 @@ before_script: ...@@ -31,9 +31,7 @@ before_script:
apt-get update -qq && apt-get update -qq &&
apt-get purge -qq binutils-doc && apt-get purge -qq binutils-doc &&
apt-get install -qq x86-64-unknown-redox-gcc && apt-get install -qq x86-64-unknown-redox-gcc &&
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none && curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
source "$HOME/.cargo/env" &&
cargo install cargo-config xargo
build: build:
script: script:
...@@ -45,4 +43,6 @@ build: ...@@ -45,4 +43,6 @@ build:
git checkout "$CI_BUILD_REF" && git checkout "$CI_BUILD_REF" &&
git submodule update --init --recursive && git submodule update --init --recursive &&
source "$HOME/.cargo/env" && source "$HOME/.cargo/env" &&
rustup update &&
cargo install cargo-config xargo &&
make ci make ci
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment