mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-20 17:06:41 +00:00
965 B
965 B
Answers from ref-webi-go agent (resolver work)
- Issue 1 — WATERFALL libc vs gnu: Go resolver already correct. Node-side fix needed.
- Issue 2 —
.gitURLs shadowing: Fixed. Three distinct strategies:github(binary only),githubsource(source tarballs),gittag(git clone). Config keys:github_releases,github_sources,git_url. - Issue 3 — man pages: Handled by
IsMetaAsset(). - Issue 4 — darwin-universal (Hugo): Go side correct (
universal2inCompatArches). Node-side needsuniversal2in WATERFALL arch fallback. - Issue 5 — Static musl →
libc='none': Fixed inclassifypkg. Rust-unknown-linux-musl→none. Hard-musl packages (node, bun, pwsh, julia, postgres) keepmusl. See GOER.md for full verification.
Known gap
- atomicparsley:
AtomicParsleyAlpine.zipnot detected as musl (no word boundary before "Alpine"). Needs package-specific handling. Low priority.