Archived
d3495476f4
El SDK Release / build-and-release (push) Failing after 13m0s
The generated C, amalgams, vendored runtime pins, and compiled binaries from the Claude Code era are removed from the worktree. The El sources survive; this tree is now source-only for the first-principles rebuild. Per Principal direction 2026-08-19.
2 lines
566 B
Batchfile
2 lines
566 B
Batchfile
bash -c cd /tmp/rerun-v2-07b/lang; printf "\n// el_seam_run(EL_STR -- a COMMENT, zero semantic change\n" >> el-compiler/src/codegen.el; printf "grep count in codegen.el source = %s\n" "$(grep -c "el_seam_run(EL_STR\|el_seam_wrap(EL_STR" el-compiler/src/codegen.el)"; printf "emitted-C emission points (unchanged) = %s\n" "$(/tmp/rerun-v2-07b/elc-stack /tmp/rerun-v2-07b/work/probe.el 2>/dev/null | grep -c "el_seam_run(EL_STR\|el_seam_wrap(EL_STR")"; printf "compiler binary sha256 (unchanged) = %s\n" "$(shasum -a 256 /tmp/rerun-v2-07b/elc-stack | cut -d" " -f1)"
|