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 ad706e6 commit 37afaefCopy full SHA for 37afaef
ci/Jenkinsfile.tests-nim
@@ -57,6 +57,8 @@ pipeline {
57
VERBOSE = "${params.USE_NWAKU}"
58
/* FIXME: figure out why NIMFLAGS are not respected */
59
XDG_CACHE_HOME = "${env.WORKSPACE_TMP}/.cache"
60
+ /* nim-sds source directory */
61
+ NIM_SDS_SOURCE_DIR = "${env.WORKSPACE_TMP}/nim-sds"
62
}
63
64
stages {
0 commit comments