Conversation
|
GNU testsuite comparison: |
b98f746 to
bf4239f
Compare
|
GNU testsuite comparison: |
bf4239f to
0fcde2d
Compare
|
GNU testsuite comparison: |
sylvestre
left a comment
There was a problem hiding this comment.
sorry
i really don't like the duplication of src/uu/*/build.rs
|
I don’t like the duplication either, but I’m not sure how to avoid it. Do you have suggestions on how we could factor this out? |
|
i prefer the current state than this duplication, sorry |
|
I guess we could |
|
if it works, it would be better |
|
I've tried specifying the cfg in The only alternative I can think of is introducing a small |
@sylvestre If this works, would you approve the changes? |
|
Cannot we use workespace's toplevel build.rs? |
i don't think it works. i tried too and failed |
yes |
Fixes pre-commit hook failures on non-Linux platforms by adding proper
#[cfg(target_os = "linux")]guards to selinux/smack feature gates.Contributes to #11019
Closes #10995