deploy: fix HAVE_CURL — enable chat proxy to soul-demo #60

Merged
will.anderson merged 2 commits from dev into stage 2026-05-11 01:03:46 +00:00
Owner

Relinks neuron-web with HAVE_CURL so http_get/http_post work. Chat widget should now proxy to soul-demo at localhost:7772.

Relinks neuron-web with HAVE_CURL so http_get/http_post work. Chat widget should now proxy to soul-demo at localhost:7772.
will.anderson added 2 commits 2026-05-11 01:03:35 +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.
fix: relink neuron-web with HAVE_CURL (chat proxy)
will.anderson merged commit c4cdb31529 into stage 2026-05-11 01:03:46 +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#60