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
Owner

Eliminates 7 redundant gcc compilations of el_runtime.c by precompiling it to an object file once before the native test suite, then linking all 8 test modules against the .o. Keeps full per-step visibility.

Eliminates 7 redundant gcc compilations of el_runtime.c by precompiling it to an object file once before the native test suite, then linking all 8 test modules against the .o. Keeps full per-step visibility.
will.anderson added 1 commit 2026-05-08 17:06:19 +00:00
perf(ci): precompile el_runtime.o once for all native test modules
El SDK CI - dev / build-and-test (pull_request) Successful in 3m24s
f103e85f88
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.
will.anderson merged commit d7540700d4 into dev 2026-05-08 17:24:11 +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#49