We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94325b commit 3ed5858Copy full SHA for 3ed5858
ci/Jenkinsfile.macos
@@ -92,6 +92,8 @@ pipeline {
92
GO_GENERATE_FAST_DIR = "${env.WORKSPACE_TMP}/go-generate-fast"
93
SENTRY_PRODUCTION = "${utils.isReleaseBuild() ? 'true' : 'false'}"
94
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}"
97
}
98
99
stages {
0 commit comments