Add todo comment about cargo-binstall PR

https://github.com/cargo-bins/cargo-binstall/pull/2533
This commit is contained in:
Taiki Endo
2026-04-13 18:23:13 +09:00
parent 8bc1320cc4
commit b5147f44c2

View File

@@ -935,6 +935,8 @@ if [[ ${#unsupported_tools[@]} -gt 0 ]]; then
# Since the build script can access the token when `cargo install` is called
# within `cargo-binstall`, disables building from source in cargo-binstall
# and fallback to `cargo install` which doesn't need the token.
# TODO: once https://github.com/cargo-bins/cargo-binstall/pull/2533 merged,
# we can remove this and use batch install again.
--disable-strategies compile
)
unsupported_tools2=()