fix: relink neuron-web with HAVE_CURL (chat proxy) #59

Merged
will.anderson merged 1 commits from fix/checkout-auth-reveal into dev 2026-05-11 01:03:25 +00:00
Owner

elb compiles el_runtime.c without -DHAVE_CURL, so all http_get/http_post calls return the stub error string. Chat widget is dead.

Fix: after elb builds and leaves intermediate .c files in dist/, recompile el_runtime.c with -DHAVE_CURL and relink the binary from those files. Verifies curl_easy_init is in the output binary.

This is the fourth and final fix in this series (JS serving, k3s removal, now curl).

elb compiles el_runtime.c without -DHAVE_CURL, so all http_get/http_post calls return the stub error string. Chat widget is dead. Fix: after elb builds and leaves intermediate .c files in dist/, recompile el_runtime.c with -DHAVE_CURL and relink the binary from those files. Verifies curl_easy_init is in the output binary. This is the fourth and final fix in this series (JS serving, k3s removal, now curl).
will.anderson added 1 commit 2026-05-11 01:03:16 +00:00
ci: relink neuron-web with HAVE_CURL after elb build
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m45s
8b8cb2f580
elb does not pass -DHAVE_CURL when compiling el_runtime.c, so all
http_get/http_post calls from El code return the no-op error string
instead of making real HTTP requests. This breaks the chat proxy to
soul-demo at localhost:7772.

After elb runs (and generates all intermediate .c files in dist/),
recompile el_runtime.c with -DHAVE_CURL and relink the entire binary
from those generated files. Verifies curl_easy_init is present in the
output binary before proceeding.
will.anderson merged commit e6e89a1f4d into dev 2026-05-11 01:03:25 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron-web#59