]> git.lizzy.rs Git - rust.git/commit
Add an option to run rustbuild on low priority
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Thu, 23 Mar 2017 21:57:29 +0000 (22:57 +0100)
committerQuietMisdreavus <grey@quietmisdreavus.net>
Tue, 16 May 2017 21:25:57 +0000 (16:25 -0500)
commit1a7375b7e0fe41aa791ecf69dcceea7880302279
treeeca7b4391da7793c7e53b2b291d07e2d13d6adfb
parent4d09a0eb5d201c831d19f3fe93fbe636eca7d97d
Add an option to run rustbuild on low priority

This is a resurrection of #40776, combining their Windows setup with an
additional setup on Unix to set the program group's niceness to +10
(low-but-not-lowest priority) when the `low_priority` option is on.
src/bootstrap/config.rs
src/bootstrap/config.toml.example
src/bootstrap/job.rs
src/bootstrap/lib.rs