perf(ci): precompile el_runtime.o once for all native test modules #49

Merged
will.anderson merged 1 commits from fix/native-test-precompile-runtime into dev 2026-05-08 17:24:11 +00:00

1 Commits

Author SHA1 Message Date
will.anderson f103e85f88 perf(ci): precompile el_runtime.o once for all native test modules
El SDK CI - dev / build-and-test (pull_request) Successful in 3m24s
el_runtime.c was being compiled from source for each of the 8 native
test modules. A single precompile step produces el_runtime.o which all
8 link steps reuse — eliminates 7 redundant gcc runtime compilations.
2026-05-08 12:06:11 -05:00