Fix stage SDK extraction: use ci-base:latest and repo runtime #26

Merged
will.anderson merged 1 commits from fix/stage-source-check into dev 2026-05-09 23:48:30 +00:00
Owner

Two bugs in stage.yaml Extract El SDK step:

  1. Pulled ci-base:stage which doesn't exist (only :latest and :dev do) → docker error
  2. EL_RUNTIME pointed at /opt/el/el-compiler/runtime (ci-base's version) instead of workspace runtime/, missing the web stub forward declarations

Both fixed.

Two bugs in stage.yaml Extract El SDK step: 1. Pulled ci-base:stage which doesn't exist (only :latest and :dev do) → docker error 2. EL_RUNTIME pointed at /opt/el/el-compiler/runtime (ci-base's version) instead of workspace runtime/, missing the web stub forward declarations Both fixed.
will.anderson added 1 commit 2026-05-09 23:46:07 +00:00
Fix stage SDK extraction: use ci-base:latest and repo runtime
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m57s
b532519ad7
ci-base:stage tag doesn't exist — only :latest and :dev do. Also
apply the same EL_RUNTIME fix as dev.yaml: point at workspace
runtime/ so stage picks up the web stub forward declarations.
will.anderson added 1 commit 2026-05-09 23:46:07 +00:00
Fix stage SDK extraction: use ci-base:latest and repo runtime
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m57s
b532519ad7
ci-base:stage tag doesn't exist — only :latest and :dev do. Also
apply the same EL_RUNTIME fix as dev.yaml: point at workspace
runtime/ so stage picks up the web stub forward declarations.
will.anderson merged commit c8d1d3e1aa into dev 2026-05-09 23:48:30 +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/neuron-web#26