mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-04 13:09:32 +00:00
The docker image build compiled secp256k1 with -march=native and failed. waku.nimble's getNimParams reads the NIM_PARAMS env var, not NIMFLAGS, so the -d:disableMarchNative passed via NIMFLAGS on the make line never reached `nim c` and config.nims applied -march=native. #3916 added NIM_PARAMS to ci.yml but missed container-image.yml; set it here too. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>