Skip to content

Commit 3ed5858

Browse files
committed
ci: set nim cache to workspace temp
1 parent b94325b commit 3ed5858

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/Jenkinsfile.macos

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ pipeline {
9292
GO_GENERATE_FAST_DIR = "${env.WORKSPACE_TMP}/go-generate-fast"
9393
SENTRY_PRODUCTION = "${utils.isReleaseBuild() ? 'true' : 'false'}"
9494
USE_NWAKU = "${params.USE_NWAKU}"
95+
/* Redirect Nim's cache to workspace to avoid cache corruption across builds */
96+
XDG_CACHE_HOME = "${env.WORKSPACE_TMP}"
9597
}
9698

9799
stages {

0 commit comments

Comments
 (0)