commit 8068f43d5ec8860f52f19b7fb8ddf39add061e2d from: witcher date: Thu May 5 18:27:50 2022 UTC ci: change image to alpine/edge commit - 433c41c007dcb6d1dab5f9b89c1083ba1d59879f commit + 8068f43d5ec8860f52f19b7fb8ddf39add061e2d blob - d471ade361a27874a56fab61cc975dc0657d546e blob + 4bc5050c4571e9952f443b26255c4b63b5345589 --- .build.yml +++ .build.yml @@ -1,21 +1,25 @@ -image: archlinux +image: alpine/edge triggers: - action: email condition: failure to: witcher packages: - rustup + - curl + - git + - openssl-dev sources: - https://git.sr.ht/~witcher/incidence_updates tasks: - setup: | - rustup default nightly + rustup-init --no-modify-path --profile minimal --default-toolchain nightly --component rustfmt --component clippy -y + echo ". $HOME/.cargo/env" >> ~/.buildenv - version: | rustc -V - verify: | cd incidence_updates curl -s "https://wiredspace.de/pgp/witcher_wiredspace_public.gpg" | gpg --import - [ "$BUILD_SUBMITTER" == "git.sr.ht" ] && git verify-commit HEAD + git verify-commit HEAD - format: | cd incidence_updates cargo fmt -- --check