mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-04 05:00:02 +00:00
Per review on #3916: the previous commit only patched the test job's "Run tests" step. The build job (make V=1 all) and the ci-daily.yml workflow run on the same heterogeneous runner pool and compile secp256k1 the same way, so they hit the same asm register-pressure failure intermittently. Lift NIM_PARAMS to the workflow-level env: block in ci.yml so both jobs inherit it, and drop the now-redundant per-step export. Mirror the change in ci-daily.yml. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>