artifact cache cancellation mutex -> semaphore (fixes cancellation thread on linux - we cannot take/drop across threads with mutexes); flip no_meta -> meta

This commit is contained in:
Ryan Fleury
2025-11-07 15:47:15 -08:00
parent 85778910c6
commit 4ea3c5a0e4
5 changed files with 32 additions and 39 deletions
+2 -2
View File
@@ -53,9 +53,9 @@ mkdir -p build
mkdir -p local
# --- Build & Run Metaprogram -------------------------------------------------
if [ -v no_meta ]; then echo "[skipping metagen]"; fi
if [ ! -v no_meta ]
if [ ! -v meta ]
then
echo "[doing metagen]"
cd build
$compile_debug ../src/metagen/metagen_main.c $compile_link $out metagen
./metagen