ci: use elb to build epm and el-install #27

Merged
will.anderson merged 1 commits from fix/ci-openssl-linker into dev 2026-05-07 02:37:51 +00:00
Owner

Switch epm and el-install builds from direct elc invocation to elb. elb reads manifest.el from the current directory, resolves the import graph, and compiles each module independently — preventing the multiple definition errors that occur when elc inlines the entire El stdlib into a single C file that is then linked with el_runtime.c.

Switch epm and el-install builds from direct elc invocation to elb. elb reads manifest.el from the current directory, resolves the import graph, and compiles each module independently — preventing the multiple definition errors that occur when elc inlines the entire El stdlib into a single C file that is then linked with el_runtime.c.
will.anderson added 1 commit 2026-05-07 02:33:16 +00:00
ci: use elb to build epm and el-install (cd into project dir, use --elc flag)
El SDK CI - dev / build-and-test (pull_request) Successful in 3m35s
94d6eace94
will.anderson merged commit b19dd5608f into dev 2026-05-07 02:37:51 +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/el#27