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.
9 lines
448 B
Batchfile
9 lines
448 B
Batchfile
bash -c
|
|
echo "b40754f is a MERGE commit. Parents:"; git log -1 --format=" %H%n parents: %P" b40754f
|
|
echo; echo "b40754f parents resolved:"; for p in $(git log -1 --format=%P b40754f); do git log -1 --format=" %h %ci %s" $p; done
|
|
echo; echo "tree diff 285166c .. b40754f (empty = identical trees):"
|
|
git diff --stat 285166c b40754f || true
|
|
echo "[end diff]"
|
|
echo; echo "tree diff 24f7fb5 .. b40754f:"
|
|
git diff --stat 24f7fb5 b40754f | tail -5
|