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.
5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
8: el_val_t a = EL_STR("");
|
|
9: el_val_t b = EL_STR("ok");
|
|
10: el_val_t c = EL_STR("4324455808");
|
|
11: el_val_t d = EL_STR("\t");
|