pacaptr
pacaptr copied to clipboard
[Bug] Installation via `cargo binstall` might fail on Windows
As a follow-up of #652 and https://github.com/rami3l/pacaptr/pull/653#issuecomment-1765592448, if we add --disable-strategies compile when running cargo binstall pacaptr on Windows, we'll encounter the following error:
Failed to extract zipfile: feature not supported: 'stream reading entries with data descriptors (planned to be reintroduced)'
However, the metadata addition in #653 seems correct. Thus, this is purely an upstream issue which requires no further changes from our side.
This issue should not be closed until:
- At least one of the following issues is closed:
- https://github.com/cargo-bins/cargo-binstall/issues/1080
- https://github.com/Majored/rs-async-zip/issues/94
- A PR is merged to revert 500d9cc97f8294a9f7e397b0e10fd87577e543e4.
cc @bb010g