ci: force line-buffered stdout on elb to prevent output loss on failure
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 12m34s
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 12m34s
This commit is contained in:
@@ -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 ─────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user