Skip to content

Commit 3a2223f

Browse files
committed
fix(ci): use system nim for windows
to fix: ``` [2025-12-08T15:14:54.159Z] fatal: '$GIT_DIR' too big [2025-12-08T15:14:54.159Z] fatal: clone of 'https://github.com/nim-lang/checksums.git' into submodule path 'J:/Users/jenkins/workspace/_windows_x86_64_package_PR-18965/vendor/status-go/Usersjenkinsworkspace_windows_x86_64_package_PR-18965@tmp/nim-sds/vendor/nimbus-build-system/vendor/Nim/dist/nimble/vendor/checksums' failed ```
1 parent 9f2f8fe commit 3a2223f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/Jenkinsfile.windows

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ pipeline {
9797
/* FIXME: figure out why NIMFLAGS are not respected */
9898
XDG_CACHE_HOME = "${env.WORKSPACE_TMP}/.cache"
9999
NIM_SDS_SOURCE_DIR = "${env.WORKSPACE_TMP}/nim-sds"
100+
/* nbs creats paths too long for windows worspace */
101+
USE_SYSTEM_NIM = 1
100102
}
101103

102104
stages {

0 commit comments

Comments
 (0)