ci: add debug output to elb build step
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 15m50s

This commit is contained in:
2026-05-07 09:58:03 -05:00
parent 4ec5558517
commit f7034c990a
+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 ─────────────────────────────────────────