Conversation
|
GNU testsuite comparison: |
1dbfc06 to
c6ab4f8
Compare
|
still draft? |
e24a733 to
67904b4
Compare
|
@sylvestre Would you be happy to merge this as-is, or do need CI in place first? |
|
happy to merge it if the CI is green |
41abf5a to
48b7295
Compare
Merging this PR will improve performance by 3.04%
Performance Changes
Tip Curious why performance improved? Comment Comparing Footnotes
|
|
@sylvestre ready |
| rustix = { workspace = true, features = ["process"] } | ||
|
|
||
| [target.'cfg(all(unix, not(any(target_os = "macos", target_os = "openbsd"))))'.dependencies] | ||
| [target.'cfg(any(target_os = "freebsd", target_os = "hurd", target_os = "linux", target_os = "android", target_os = "macos", target_os = "netbsd"))'.dependencies] |
There was a problem hiding this comment.
$ cargo +nightly check -q -p uutests --all-targets --all-features --target aarch64-apple-darwin
warning: unused dependency `xattr`48b7295 to
200cb3b
Compare
Add a workaround for the `blake3` build failure on `i586-unknown-redox`: ```console error: failed to run custom build command for `blake3 v1.8.7` ```
200cb3b to
fa4137b
Compare
These changes are intended to help restore successful builds on Redox.