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
I'm having trouble setting up binstall for https://github.com/drdo/redu/releases because
their archives for ARM systems end with redu-0.2.12-darwin-arm64.bz2 while binstall expects redu-0.2.12-darwin-aarch64.bz2. The { target-arch }
I might be able to convince them to rename the archive, but still, it would be nice if binstall tried that automatically. Even internally, binstall often calls the architecture arm64.
I think I could work around this by setting up [package.metadata.binstall.overrides.XXXXXX] for each arm64 binary, but that seems annoying (though maybe).