Skip to content

Commit 37afaef

Browse files
chore: add NIM_SDS_SOURCE_DIR def in Jenkinsfile.tests-nim
1 parent ad706e6 commit 37afaef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/Jenkinsfile.tests-nim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ pipeline {
5757
VERBOSE = "${params.USE_NWAKU}"
5858
/* FIXME: figure out why NIMFLAGS are not respected */
5959
XDG_CACHE_HOME = "${env.WORKSPACE_TMP}/.cache"
60+
/* nim-sds source directory */
61+
NIM_SDS_SOURCE_DIR = "${env.WORKSPACE_TMP}/nim-sds"
6062
}
6163

6264
stages {

0 commit comments

Comments
 (0)