Commit Diff


commit - 74851b8c3d406f01e241232cb5fb8d9cebf01d99
commit + 8230f748e365f6d1b41f0d597a09dd96510f677e
blob - 4de38c8a784350fb8623536cdeaea9349f5e34f2
blob + 9604ca89afa8a4351000f04cb38768b9818a4b18
--- .build.yml
+++ .build.yml
@@ -1,15 +1,19 @@
-image: archlinux
+image: alpine/edge
 triggers:
   - action: email
     condition: failure
     to: witcher <witcher@wiredspace.de>
 packages:
   - rustup
+  - curl
+  - git
+  - openssl-dev
 sources:
   - https://git.sr.ht/~witcher/rss-email
 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: |