change to archlinux images cus musl doesn't support proc-macros
This commit is contained in:
parent
8d87f2595e
commit
84494c973a
1 changed files with 2 additions and 3 deletions
|
@ -1,13 +1,12 @@
|
||||||
image: alpine/edge
|
image: archlinux
|
||||||
packages:
|
packages:
|
||||||
- rustup
|
- rustup
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~iptq/garbage
|
- https://git.sr.ht/~iptq/garbage
|
||||||
tasks:
|
tasks:
|
||||||
- setup: |
|
- setup: |
|
||||||
rustup-init -qy
|
rustup -q default nightly
|
||||||
- build: |
|
- build: |
|
||||||
source $HOME/.cargo/env
|
|
||||||
cd garbage
|
cd garbage
|
||||||
cargo build
|
cargo build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue