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: install LLVM via xlings before mcpp on Windows CI/release
xlings sandboxed binary has an upstream bug where large package
(LLVM 148MB) extraction fails on Windows — the download completes
but the payload doesn't appear at the expected xpkgs path.
Workaround: install LLVM via the system-level xlings before mcpp.
mcpp's package_fetcher finds it from the global xlings data dir.
The package_fetcher fallback (checking ~/.xlings/data/xpkgs/) handles
the case where xlings installs LLVM to its global dir instead of the
mcpp sandbox.
0 commit comments