This commit is contained in:
Felix Ableitner 2024-12-10 14:57:26 +01:00
parent 2cdf6834bc
commit 0cec9729e7

View file

@ -7,7 +7,7 @@ variables:
# features. In particular the ARM builder image needs to be updated manually in the repo below: # features. In particular the ARM builder image needs to be updated manually in the repo below:
# https://github.com/raskyld/lemmy-cross-toolchains # https://github.com/raskyld/lemmy-cross-toolchains
- &rust_image "rust:1.81-alpine" - &rust_image "rust:1.81-alpine"
- &rust_nightly_image "rustlang/rust:nightly-slim" - &rust_nightly_image "rustlang/rust:nightly-alpine"
- &install_pnpm "corepack enable pnpm" - &install_pnpm "corepack enable pnpm"
- &install_binstall "wget -O- https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-musl.tgz | tar -xvz -C /usr/local/cargo/bin" - &install_binstall "wget -O- https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-musl.tgz | tar -xvz -C /usr/local/cargo/bin"
- install_diesel_cli: &install_diesel_cli - install_diesel_cli: &install_diesel_cli
@ -39,7 +39,6 @@ steps:
prepare_repo: prepare_repo:
image: alpine:3 image: alpine:3
commands: commands:
- curl --version
- apk add git - apk add git
- git submodule init - git submodule init
- git submodule update - git submodule update