promote: dev → stage (elb linker fixes) #38

Merged
will.anderson merged 2 commits from dev into stage 2026-05-07 08:11:40 +00:00
Owner

Picks up both elb linker fixes: -fbracket-depth clang detection (#34) and -lssl -lcrypto OpenSSL flags (#37).

Picks up both elb linker fixes: -fbracket-depth clang detection (#34) and -lssl -lcrypto OpenSSL flags (#37).
will.anderson added 2 commits 2026-05-07 08:07:32 +00:00
fix(elb): add -lssl -lcrypto to link_binary flags
El SDK CI - dev / build-and-test (pull_request) Successful in 3m24s
05d717744b
el_runtime.c uses OpenSSL (EVP_*, RAND_bytes) for AEAD encrypt/decrypt.
elb was only linking -lcurl -lpthread -lm, missing the SSL libs.
Matches the explicit flags used in ci-dev.yaml and ci-stage.yaml.
Merge pull request 'fix(elb): add -lssl -lcrypto to link_binary flags' (#37) from fix/elb-gcc-bracket-depth into dev
El SDK CI - stage / build-and-test (pull_request) Successful in 3m22s
El SDK CI - dev / build-and-test (push) Successful in 3m56s
8ab8e3fd31
fix(elb): add -lssl -lcrypto to link_binary flags
will.anderson merged commit 8fa9c4ba20 into stage 2026-05-07 08:11:40 +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#38