update deps and add build infra
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
🪞👃🪞 2025-04-28 00:57:02 +03:00
parent 07f6f82268
commit b165573e55
14 changed files with 159 additions and 56 deletions

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

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