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 6928a33685 - Show all commits
+3 -2
View File
@@ -123,10 +123,11 @@ jobs:
echo "=== manifest ==="
cat manifest.el
echo "=== running elb ==="
"$ELB" \
# stdbuf -oL forces line-buffered stdout so output isn't lost if elb fails.
# Without it, println output buffers in the C pipe and evaporates on non-zero exit.
stdbuf -oL "$ELB" \
--elc="$ELC" \
--runtime="$EL_RUNTIME"
echo "elb exit: $?"
echo "Binary: $(ls -lh dist/neuron-landing)"
# ── Compile JS client sources ─────────────────────────────────────────