mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-31 00:43:17 +00:00
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:
parent
daf6fb13c4
commit
0442170841
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user