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
fix(asio): symlink-free windows archive + CN mirrors
Upstream's tag archives (tar.gz AND zip) both contain the POSIX symlinks
asio/include -> ../include and asio/src -> ../src, so switching encodings
could not fix the Windows extraction failure (tar.exe cannot materialize
them; job exits 127 right after download). Upstream publishes no
symlink-free asset for 1.38.x (no GitHub release assets; SourceForge
stops at 1.36.0).
Windows now uses a repackaged variant of the upstream tag tarball with
only those two symlink entries removed (tar --delete + gzip -n -9; all
1544 regular files byte-identical, provenance in xlings-res/asio README),
hosted at github.com/xlings-res/asio (GLOBAL) and gitcode.com/mcpp-res/asio
(CN). Linux/macOS keep the canonical upstream tarball as GLOBAL and gain
a byte-identical CN mirror on mcpp-res. All hosted assets sha256-verified
after upload.
Verified locally with pinned mcpp 0.0.94: descriptor lints + xpkg parse
pass, and the asio member test passes cold (6/6).
0 commit comments