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>
This commit is contained in:
Ivan FB 2026-05-28 16:17:25 +02:00
parent daf6fb13c4
commit 0442170841
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -158,6 +158,7 @@ jobs:
export MAKEFLAGS="-j1"
export NIMFLAGS="--colors:off -d:chronicles_colors:none -d:disableMarchNative"
export NIM_PARAMS="-d:disableMarchNative"
export USE_LIBBACKTRACE=0
make V=1 POSTGRES=$postgres_enabled test