This commit is contained in:
Akshit Gaur 2026-03-23 20:46:14 +05:30
parent 05954bd799
commit cd8fbc846d

View File

@ -13,7 +13,7 @@ template = "custom"
script = """
DYNAMIC_INIT
# TODO: upstream changes, consider using feat_require_unix_core if relibc is ready?
CARGO_PROFILE_RELEASE_LTO=thin cookbook_cargo --no-default-features --features feat_os_unix_redox,kill --bin coreutils
CARGO_PROFILE_RELEASE_LTO=thin cookbook_cargo --no-default-features --features feat_os_unix_redox,kill,nice --bin coreutils
BINS=(
'['
@ -59,6 +59,7 @@ BINS=(
more
mv
nl
nice
nproc
numfmt
od