You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(bootstrap): the two Linux xlings tarballs do not have the same shape
Fetching the right architecture got as far as `No such file or directory`,
exit 127. Measured on the 2026.8.17.2 assets:
linux-x86_64 subos/default/bin/xlings 513 entries
linux-aarch64 bin/xlings 494 entries
The path is now found rather than named, bounded to depth 5, and an empty result
is a hard error — a bootstrap that continues without xlings fails forty lines
later on something that reads like a different problem.
⚠️ Checked before changing the three hosts that already worked: on x86_64 the
find resolves `bin/xlings` where the line before named
`subos/default/bin/xlings`, and those are the same file — the second is a
symlink to the first, md5 94b8e2f2… for both. A find that quietly moved macOS
and Windows onto a different binary would have been worse than the defect it
fixed.
0 commit comments