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.
7 lines
322 B
Bash
Executable File
7 lines
322 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# run-oracle.sh <probe-binary> — run the 20-literal probe and check it against
|
|
# the independent hashlib oracle. Single-line-safe wrapper: capture.sh records
|
|
# commands with printf '%s\n' "$*", so a multi-line command corrupts MANIFEST.tsv.
|
|
set -uo pipefail
|
|
"$1" | "$(dirname "$0")/verify-hashes.py"
|