1
0
Fork 0
forked from wry/wry

all: add musl support

This commit is contained in:
elden 2025-05-08 22:18:08 +03:00 committed by Julian Orth
parent e150c4e748
commit 6341623e72
10 changed files with 65 additions and 35 deletions

12
.builds/check-musl.yml Normal file
View 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