Skip to content

Commit 0442170

Browse files
ci: also export NIM_PARAMS so nimble tasks see -d:disableMarchNative
The Makefile feeds nimble via the exported NIM_PARAMS variable (see Makefile lines 115-152). NIMFLAGS alone is not propagated to nim invocations like 'nimble testcommon', so the previous commit had no effect on the make-driven test path. Setting NIM_PARAMS ensures the flag reaches the nim compile line. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent daf6fb1 commit 0442170

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ jobs:
158158
159159
export MAKEFLAGS="-j1"
160160
export NIMFLAGS="--colors:off -d:chronicles_colors:none -d:disableMarchNative"
161+
export NIM_PARAMS="-d:disableMarchNative"
161162
export USE_LIBBACKTRACE=0
162163
163164
make V=1 POSTGRES=$postgres_enabled test

0 commit comments

Comments
 (0)