Archived
This repository has been archived on 2026-08-20 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
8b8cb2f580f469c3883eaf74567d9d25f157fdca
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m45s
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.
Description
Neuron marketing site - El-native server
10 MiB
Languages
Emacs Lisp
47.3%
C
34.6%
HTML
7.5%
TypeScript
5.4%
JavaScript
2.4%
Other
2.8%