mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-10 13:38:43 +08:00
Merge branch 'niceness' into 'master'
Draft: Nice & Renice See merge request redox-os/redox!2034
This commit is contained in:
commit
da87433fd2
@ -13,7 +13,7 @@ template = "custom"
|
|||||||
script = """
|
script = """
|
||||||
DYNAMIC_INIT
|
DYNAMIC_INIT
|
||||||
# TODO: upstream changes, consider using feat_require_unix_core if relibc is ready?
|
# 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=(
|
BINS=(
|
||||||
'['
|
'['
|
||||||
@ -59,6 +59,7 @@ BINS=(
|
|||||||
more
|
more
|
||||||
mv
|
mv
|
||||||
nl
|
nl
|
||||||
|
nice
|
||||||
nproc
|
nproc
|
||||||
numfmt
|
numfmt
|
||||||
od
|
od
|
||||||
|
|||||||
5
recipes/wip/renice/recipe.toml
Normal file
5
recipes/wip/renice/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[source]
|
||||||
|
git = "https://gitlab.redox-os.org/akshitgaur2005/renice"
|
||||||
|
|
||||||
|
[build]
|
||||||
|
template = "cargo"
|
||||||
Loading…
Reference in New Issue
Block a user