local dockerized build

This commit is contained in:
🪞👃🪞 2025-04-19 01:39:52 +03:00
parent 8fa0f8a409
commit 393634a1a4
12 changed files with 93 additions and 71 deletions

10
bin/release-shell.sh Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env sh
set -exo pipefail
docker inspect tek || time docker build --cache-from=internal -t tek .
time docker run \
-itu0 \
-v .:/build -w /build \
-vtek-build-cargo:/home/build/.cargo \
-vtek-build-target:/build/target \
-eRUST_JACK_DLOPEN=true \
tek $@