mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #7740 from Ecordonnier/eco/enable-utmpx-for-musl
enable utmpx feature for musl
This commit is contained in:
commit
d99b7b31a6
9 changed files with 47 additions and 15 deletions
|
@ -103,6 +103,7 @@ fn test_uptime_with_non_existent_file() {
|
|||
// This will pass
|
||||
#[test]
|
||||
#[cfg(not(any(target_os = "openbsd", target_os = "macos")))]
|
||||
#[cfg(not(target_env = "musl"))]
|
||||
#[cfg_attr(
|
||||
all(target_arch = "aarch64", target_os = "linux"),
|
||||
ignore = "Issue #7159 - Test not supported on ARM64 Linux"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue