Browse Source
The five decorative 'echo --Installing package X--' addSystemCommand steps (2024-era) spawned 'echo' as a program - a cmd BUILTIN that only resolved when a coreutils echo.exe happened to be on PATH. In the PATH-scrubbed bootstrap environment the spawns failed and took the tm installs, install-libraries and (transitively) make-zipfs down with them - the reason the zip-wrapped shells never landed in scrubbed composite runs while every package step was green. zig's own step reporting makes the banners redundant. Assisted-by: harness=claude; primary-model=claude-fable-5; api-location=anthropic.commaster
1 changed files with 4 additions and 5 deletions
Loading…
Reference in new issue