cargo-binstall/crates/detect-targets/src
Jiahao XU 8e08c65946
Fix fallback to cargo-install: Use the default target unless user override (#1430)
* Fix fallback to `cargo-install`: Use the default target

which is guaranteed to work, instead of providing a custom `--target`
from `detect-targets`.

The one from `detect-targets` might report musl even if the `rustc`
reports gnu, since OSes like NixOS could use a custom glibc location
that prevent glibc binaries built for other OSes be run for them.

However, if we are compiling the crate and `rustc` defaults to glibc,
then it should be guaranteed to work.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>

* Impl fn `DesiredTargets::get_initialized`

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>

* Fix fallback to `cargo-install`: Use user-provided override targets

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>

---------

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-09-30 00:22:21 +00:00
..
detect Fix detect-targets glibc detection (#1421) 2023-09-29 23:46:03 +00:00
desired_targets.rs Fix fallback to cargo-install: Use the default target unless user override (#1430) 2023-09-30 00:22:21 +00:00
detect.rs Investigate incorrect target detection (#1376) 2023-09-23 10:45:44 +00:00
lib.rs Use CARGO env variable if present (#453) 2022-10-02 04:52:25 +13:00
main.rs Investigate incorrect target detection (#1376) 2023-09-23 10:45:44 +00:00