-
Notifications
You must be signed in to change notification settings - Fork 1.3k
uutils-coreutils: MULTICALL=y and drop SELinux stubs #25815
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
Conversation
|
better use patch for backporting specific change, so your commit is https://patch-diff.githubusercontent.com/raw/uutils/coreutils/pull/8810.patch and you don't have to deal with SELinux related things |
do we actually need it? Cargo mixes our RUSTFLAGS with profile flags |
|
Some flags e.g. |
|
you may add one more profile with a name |
|
|
Is bumping commit for non |
glibc is a core package so Arch maintainers can easily put the fixes when they approach. Arch also already did backports for uutils-coreutils, but not git bump. of course we prefer backporting, as this doesn't make huge update when we bump pkgrel |
OK |
I can do this, if you wish |
|
I can do this, if you wish
Thankyou. But I wait upstreaming of an another patch for binary size.
|
what is this patch? |
|
uutils/coreutils#8730 (This is unnecessary for cargo only install, but has another issue about installing locales which is not fixed yet.) |
Reduce binary size by:
note: We can manually export some RUSTFLAGS from release-fast profile.