Fix stage SDK extraction: use ci-base:latest and repo runtime
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m57s
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m57s
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.
This commit is contained in:
@@ -117,14 +117,14 @@ jobs:
|
|||||||
if: steps.changetype.outputs.asset_only != 'true'
|
if: steps.changetype.outputs.asset_only != 'true'
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
docker pull us-central1-docker.pkg.dev/neuron-785695/neuron-ci/ci-base:stage
|
docker pull us-central1-docker.pkg.dev/neuron-785695/neuron-ci/ci-base:latest
|
||||||
CID=$(docker create us-central1-docker.pkg.dev/neuron-785695/neuron-ci/ci-base:stage)
|
CID=$(docker create us-central1-docker.pkg.dev/neuron-785695/neuron-ci/ci-base:latest)
|
||||||
sudo mkdir -p /opt/el
|
sudo mkdir -p /opt/el
|
||||||
docker cp "$CID:/opt/el" /opt/
|
docker cp "$CID:/opt/el" /opt/
|
||||||
docker rm "$CID"
|
docker rm "$CID"
|
||||||
echo "ELB=/opt/el/dist/bin/elb" >> "$GITHUB_ENV"
|
echo "ELB=/opt/el/dist/bin/elb" >> "$GITHUB_ENV"
|
||||||
echo "ELC=/opt/el/dist/platform/elc" >> "$GITHUB_ENV"
|
echo "ELC=/opt/el/dist/platform/elc" >> "$GITHUB_ENV"
|
||||||
echo "EL_RUNTIME=/opt/el/el-compiler/runtime" >> "$GITHUB_ENV"
|
echo "EL_RUNTIME=$GITHUB_WORKSPACE/runtime" >> "$GITHUB_ENV"
|
||||||
|
|
||||||
# ── Build neuron-web binary ───────────────────────────────────────────
|
# ── Build neuron-web binary ───────────────────────────────────────────
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user