mirror of
https://codeberg.org/unspeaker/perch.git
synced 2025-12-06 17:46:42 +01:00
1.0.0: add build infra and release
This commit is contained in:
parent
bba8d39872
commit
e76133a10f
12 changed files with 104 additions and 3 deletions
11
build/release-musl-shell.sh
Executable file
11
build/release-musl-shell.sh
Executable 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 $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue