promote: dev → stage (elb gcc fix) #35

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

Picks up PR #34: clang-only -fbracket-depth flag fix so elb links correctly on gcc/Linux. Required for sdk-release.yaml to succeed.

Picks up PR #34: clang-only -fbracket-depth flag fix so elb links correctly on gcc/Linux. Required for sdk-release.yaml to succeed.
will.anderson added 2 commits 2026-05-07 07:57:42 +00:00
fix(elb): use clang-only -fbracket-depth flag conditionally
El SDK CI - dev / build-and-test (pull_request) Successful in 3m26s
6f634ae432
gcc rejects -fbracket-depth=1024 with 'unrecognized command-line option'.
Use shell subshell to probe cc --version and only pass the flag when
the compiler is clang.
Merge pull request 'fix(elb): use clang-only -fbracket-depth flag conditionally' (#34) from fix/elb-gcc-bracket-depth into dev
El SDK CI - stage / build-and-test (pull_request) Successful in 3m21s
El SDK CI - dev / build-and-test (push) Successful in 3m53s
b0d0975f05
fix(elb): use clang-only -fbracket-depth flag conditionally
will.anderson merged commit 9c7bde47dc into stage 2026-05-07 08:01:25 +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#35