Commit 0442170
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| |||
0 commit comments