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
Support platforms without upstream ccache/sccache releases (#439)
Introduce UnknownPackage to handle platform/arch combinations (e.g.
linux-riscv64) that lack upstream binary releases. When install-method
is "detect", fall back to locally installed ccache/sccache instead of
failing.
Move the detect-and-skip logic from runInner into
UnknownPackage.install so all install paths go through the same
Package interface.
0 commit comments