cargo-binstall/crates/detect-targets/src
Jiahao XU 1394d1bbda
Fix glibc detection on ubuntu 24.02 (#2143)
* Fix glibc detection on ubuntu 24.02

On ubuntu 24.02, glibc are installed in:

```
/usr/lib/aarch64-linux-gnu/libc.so.6
/usr/lib/aarch64-linux-gnu/libc.so
```

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>

* Add tests for ubuntu-24.02-arm

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>

* Fix CI: Add detect-targets-ubuntu-arm-test

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>

* Bump ubuntu-20.04 to ubuntu-22.04

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>

* Update outdated comment in detect-targets-ubuntu-arm-test in ci.yml

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>

---------

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
2025-05-07 08:43:36 +00:00
..
detect Fix glibc detection on ubuntu 24.02 (#2143) 2025-05-07 08:43:36 +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 Fix detect-targets on android targets (#1576) 2024-01-15 23:02:40 +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