Use ci-base:dev for stage SDK extraction #28

Merged
will.anderson merged 1 commits from fix/stage-source-check into dev 2026-05-10 00:29:02 +00:00
Owner

stage.yaml was using ci-base:latest but dev.yaml uses ci-base:dev. These tags have different elb versions — latest generates code with undeclared variables (main, id, style in about.c). Stage must use the same SDK tag as dev to produce compatible C output.

stage.yaml was using ci-base:latest but dev.yaml uses ci-base:dev. These tags have different elb versions — latest generates code with undeclared variables (main, id, style in about.c). Stage must use the same SDK tag as dev to produce compatible C output.
will.anderson added 1 commit 2026-05-10 00:15:33 +00:00
Use ci-base:dev for stage SDK extraction
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 12m6s
ac5838f3dd
ci-base:latest has a different (older) elb that generates code with
undeclared variables. The web repo targets ci-base:dev which produces
correct C output. Stage must use the same SDK version as dev.
will.anderson merged commit 06b46c2e8f into dev 2026-05-10 00:29:02 +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#28