promote: dev → stage #2

Merged
will.anderson merged 44 commits from dev into stage 2026-05-09 17:32:29 +00:00
Showing only changes of commit f7034c990a - Show all commits
+11
View File
@@ -113,9 +113,20 @@ jobs:
- name: Build neuron-web with elb
run: |
set -euo pipefail
echo "=== SDK env ==="
echo "ELB=$ELB"
echo "ELC=$ELC"
echo "EL_RUNTIME=$EL_RUNTIME"
echo "=== SDK files ==="
ls -la "$ELB" "$ELC"
ls -la "$EL_RUNTIME/"
echo "=== manifest ==="
cat manifest.el
echo "=== running elb ==="
"$ELB" \
--elc="$ELC" \
--runtime="$EL_RUNTIME"
echo "elb exit: $?"
echo "Binary: $(ls -lh dist/neuron-landing)"
# ── Compile JS client sources ─────────────────────────────────────────