Nice & Renice

This commit is contained in:
Akshit Gaur 2026-05-09 12:19:34 +00:00 committed by Jeremy Soller
parent 05954bd799
commit 73cf9a5fdf
2 changed files with 7 additions and 1 deletions

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

View File

@ -0,0 +1,5 @@
[source]
git = "https://gitlab.redox-os.org/akshitgaur2005/renice"
[build]
template = "cargo"