From 1d1790c9d4e783746a9fa861f6a42694c99eee24 Mon Sep 17 00:00:00 2001 From: Martyn Date: Wed, 3 Apr 2024 13:51:47 +0000 Subject: [PATCH] Update buildall.sh --- buildall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildall.sh b/buildall.sh index 57f47ff..8355258 100644 --- a/buildall.sh +++ b/buildall.sh @@ -4,6 +4,7 @@ export FS_DIR_CACHE_ROOT="/data/.cache/fs-dir-cache" # directory to hold all cac export FS_DIR_CACHE_LOCK_ID="pid-$$-rnd-$RANDOM" # acquire lock based on the current pid and something random (just in case pid gets reused) export FS_DIR_CACHE_KEY_NAME="build-project-x" # the base name of our key export FS_DIR_CACHE_LOCK_TIMEOUT_SECS="3600" # unlock after timeout (1h) in case our job fails misereably +export RUST_BACKTRACE=1 #cargo install fs-dir-cache mkdir -p app