all: add musl support
This commit is contained in:
parent
e150c4e748
commit
6341623e72
10 changed files with 65 additions and 35 deletions
12
.builds/check-musl.yml
Normal file
12
.builds/check-musl.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
image: archlinux
|
||||
sources:
|
||||
- https://github.com/mahkoh/jay
|
||||
tasks:
|
||||
- install: |
|
||||
sudo pacman -Syu --noconfirm
|
||||
sudo pacman -S --noconfirm rustup shaderc musl
|
||||
rustup toolchain install stable
|
||||
rustup target install x86_64-unknown-linux-musl
|
||||
- build: |
|
||||
cd jay
|
||||
cargo check --target x86_64-unknown-linux-musl
|
||||
Loading…
Add table
Add a link
Reference in a new issue