Update buildall.sh
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 21m40s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 21m40s
Details
This commit is contained in:
parent
8b39b81320
commit
1d1790c9d4
|
@ -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_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_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 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
|
#cargo install fs-dir-cache
|
||||||
|
|
||||||
mkdir -p app
|
mkdir -p app
|
||||||
|
|
Loading…
Reference in New Issue