Update buildall.sh
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 21m40s Details

This commit is contained in:
Martyn 2024-04-03 13:51:47 +00:00
parent 8b39b81320
commit 1d1790c9d4
1 changed files with 1 additions and 0 deletions

View File

@ -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