1.0.0: add build infra and release

This commit is contained in:
🪞👃🪞 2025-04-27 21:18:36 +03:00
parent bba8d39872
commit e76133a10f
12 changed files with 104 additions and 3 deletions

11
build/release-musl-shell.sh Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env sh
set -exo pipefail
docker inspect perch:musl || time docker build --cache-from=internal \
-f build/Dockerfile.musl -t perch:musl .
time docker run \
--rm -itu0 \
-v .:/build -w /build \
-vperch-build-cargo:/home/build/.cargo \
-vperch-build-target:/build/target \
-eRUST_JACK_DLOPEN=true \
perch:musl $@