mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-22 14:57:56 +01:00
and use stable goddamit
This commit is contained in:
parent
a5f5209371
commit
38869c6623
@ -30,6 +30,8 @@ cache:
|
|||||||
before_script:
|
before_script:
|
||||||
- apt-get update -yqq
|
- apt-get update -yqq
|
||||||
- apt-get install -o dir::cache::archives="$APT_CACHE_DIR" -yqq --no-install-recommends capnproto build-essential cmake clang libclang-dev jq
|
- apt-get install -o dir::cache::archives="$APT_CACHE_DIR" -yqq --no-install-recommends capnproto build-essential cmake clang libclang-dev jq
|
||||||
|
- rustup install stable
|
||||||
|
- rustup default stable
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- cargo install cargo2junit
|
- cargo install cargo2junit
|
||||||
|
Loading…
Reference in New Issue
Block a user