-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
build: Omit SELINUX_PROGS to avoid build failure without SELinux #8955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
GNU testsuite comparison:
|
GNU testsuite comparison:
|
sorry but i still don't understand why you have to do that ? |
Because this project is impossible to build on Linux without |
Skipping SELINUX_PROGS is same behavior with |
Sorry but I still don't get why you need to touch the gnu testsuite. I want to run runcon against them |
cd - | ||
|
||
# Add missing SELINUX_PROGS for tests | ||
cargo build --profile="${UU_MAKE_PROFILE}" -p uu_runcon -p uu_chcon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sylvestre Switched to force-adding method instead of skipping tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still no with this form?
GNU testsuite comparison:
|
Fixes #7996 (build failure on system missing libselinux).
Separated from #8937 because of unknown test failure for Android.