ci: use elb to build epm and el-install #27
Reference in New Issue
Block a user
Delete Branch "fix/ci-openssl-linker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.