Merge branch 'niceness' into 'master'

Nice & Renice

See merge request redox-os/redox!2034
This commit is contained in:
Jeremy Soller 2026-05-09 06:19:34 -06:00
commit 676f32572d
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"