Commit Graph

5905 Commits

Author SHA1 Message Date
Graham Christensen
c2b898da76 treewide: drop -l$NIX_BUILD_CORES
Passing `-l$NIX_BUILD_CORES` improperly limits the overall system load.

For a build machine which is configured to run `$B` builds where each
build gets `total cores / B` cores (`$C`), passing `-l $C` to make will
improperly limit the load to `$C` instead of `$B * $C`.

This effect becomes quite pronounced on machines with 80 cores, with
40 simultaneous builds and a cores limit of 2. On a machine with this
configuration, Nix will run 40 builds and make will limit the overall
system load to approximately 2. A build machine with this many cores
can happily run with a load approaching 80.

A non-solution is to oversubscribe the machine, by picking a larger
`$C`. However, there is no way to divide the number of cores in a way
which fairly subdivides the available cores when `$B` is greater than
1.

There has been exploration of passing a jobserver in to the sandbox,
or sharing a jobserver between all the builds. This is one option, but
relatively complicated and only supports make. Lots of other software
uses its own implementation of `-j` and doesn't support either `-l` or
the Make jobserver.

For the case of an interactive user machine, the user should limit
overall system load using `$B`, `$C`, and optionally systemd's
cpu/network/io limiting features.

Making this change should significantly improve the utilization of our
build farm, and improve the throughput of Hydra.
2022-09-22 16:01:23 -04:00
github-actions[bot]
6ded381b0e
Merge master into staging-next 2022-09-22 00:03:22 +00:00
Aditya
8f6f79f437 microsoft-edge: 104.0.1293.54 -> 105.0.1343.42 2022-09-21 19:27:22 +05:30
github-actions[bot]
2f49e0bb89
Merge master into staging-next 2022-09-20 18:01:23 +00:00
Vladimír Čunát
07e9c317b4
firefox-bin: 104.0.2 -> 105.0
https://www.mozilla.org/en-US/firefox/105.0/releasenotes/
2022-09-20 16:40:03 +02:00
Martin Weinelt
f559d89cd0
firefox-esr-102-unwrapped: 102.2.0esr -> 102.3.0esr
https://www.mozilla.org/en-US/firefox/102.3.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2022-41/

Fixes: CVE-2022-40959, CVE-2022-40960, CVE-2022-40958, CVE-2022-40956
       CVE-2022-40957, CVE-2022-40962
2022-09-20 15:04:10 +02:00
Martin Weinelt
11b3d69652
firefox-unwrapped: 104.0.2 -> 105.0
https://www.mozilla.org/en-US/firefox/105.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2022-40

Fixes: CVE-2022-40959, CVE-2022-40960, CVE-2022-40958, CVE-2022-40961,
       CVE-2022-40956, CVE-2022-40957, CVE-2022-40962
2022-09-20 14:59:01 +02:00
github-actions[bot]
4650511a9c
Merge master into staging-next 2022-09-17 00:02:34 +00:00
Michael Weiss
5498855d03
Merge pull request #191162 from primeos/ungoogled-chromium
ungoogled-chromium: 105.0.5195.102 -> 105.0.5195.127
2022-09-16 23:48:13 +02:00
Michael Weiss
c152da3947
Merge pull request #191161 from primeos/chromium
chromium: 105.0.5195.102 -> 105.0.5195.125
2022-09-16 23:47:39 +02:00
Michael Weiss
a182b61de3
Merge pull request #191555 from primeos/chromiumBeta
chromiumBeta: 106.0.5249.30 -> 106.0.5249.40
2022-09-16 23:46:44 +02:00
Michael Weiss
b7e5d303be
chromiumDev: 107.0.5286.2 -> 107.0.5300.0 2022-09-16 22:48:29 +02:00
Michael Weiss
bf2d2a7fbb
chromiumBeta: 106.0.5249.30 -> 106.0.5249.40 2022-09-16 22:48:15 +02:00
Michael Weiss
f3cd1ff30f
chromium: 105.0.5195.102 -> 105.0.5195.125 2022-09-16 22:22:53 +02:00
Michael Weiss
782b9c8adf
ungoogled-chromium: 105.0.5195.102 -> 105.0.5195.127 2022-09-16 22:22:14 +02:00
github-actions[bot]
240772e5b9
Merge staging-next into staging 2022-09-13 00:03:39 +00:00
Christian Kögler
a0bf05315c
Merge pull request #189359 from r-ryantm/auto-update/opera
opera: 90.0.4480.48 -> 90.0.4480.84
2022-09-12 21:36:32 +02:00
Frederik Rietdijk
3086301ac4 Merge staging-next into staging 2022-09-12 19:49:24 +02:00
Martin Weinelt
0868c44f3c
Merge pull request #190135 from linsui/firefox 2022-09-12 14:00:25 +02:00
Martin Weinelt
361d92b8cc
Merge pull request #190277 from r-ryantm/auto-update/firefox-beta-bin-unwrapped 2022-09-11 00:32:39 +02:00
Martin Weinelt
b55f4f3a80
Merge pull request #190278 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped 2022-09-11 00:32:23 +02:00
R. Ryantm
8362f85e80 firefox-devedition-bin-unwrapped: 105.0b7 -> 105.0b9 2022-09-10 11:36:44 +00:00
R. Ryantm
60d0494fe8 firefox-beta-bin-unwrapped: 105.0b7 -> 105.0b9 2022-09-10 11:36:12 +00:00
Michael Weiss
aaacde1009
chromiumDev: 106.0.5249.21 -> 107.0.5286.2 2022-09-09 22:26:19 +02:00
github-actions[bot]
ee0eae897c
Merge staging-next into staging 2022-09-09 00:03:22 +00:00
Artturi
5fcc2889cc
Merge pull request #189397 from Artturin/gobjectfunfixessplit
lots of cross fixes
2022-09-08 23:54:09 +03:00
Michael Weiss
2f761d4a48
chromiumBeta: 106.0.5249.21 -> 106.0.5249.30 2022-09-07 23:25:19 +02:00
Artturin
da9a9a4404 treewide: cross fixes 2022-09-07 21:20:54 +03:00
linsui
09800d7f75 firefox wrapper: write extraPrefsFiles before extraPrefs 2022-09-07 21:36:04 +08:00
github-actions[bot]
31ad0a4a09
Merge staging-next into staging 2022-09-07 00:03:03 +00:00
Michael Adler
b5dbb07543 brave: 1.42.88 -> 1.43.89 2022-09-06 09:44:19 +02:00
R. Ryantm
f0f68ccc99 opera: 90.0.4480.48 -> 90.0.4480.84 2022-09-06 01:13:58 +00:00
github-actions[bot]
69e9be108b
Merge staging-next into staging 2022-09-06 00:03:06 +00:00
Martin Weinelt
18b89d7c1e
firefox-devedition-bin-unwrapped: 105.0b4 -> 105.0b7 2022-09-05 18:54:13 +02:00
Martin Weinelt
40e7fcaf28
firefox-beta-bin-unwrapped: 105.0b4 -> 105.0b7 2022-09-05 18:53:44 +02:00
Martin Weinelt
5e03faff77
firefox-bin-unwrapped: 104.0.1 -> 104.0.2
https://www.mozilla.org/en-US/firefox/104.0.2/releasenotes/
2022-09-05 18:52:49 +02:00
Martin Weinelt
c9a750458f
firefox-unwrapped: 104.0.1 -> 104.0.2
https://www.mozilla.org/en-US/firefox/104.0.2/releasenotes/
2022-09-05 18:52:14 +02:00
github-actions[bot]
b409fdd3ce
Merge staging-next into staging 2022-09-04 00:03:27 +00:00
Sandro
f69e050cd0
Merge pull request #188192 from kouyk/update/vivaldi 2022-09-03 22:54:03 +02:00
Steven Kou
1eab439e4b
vivaldi-ffmepg-codecs: 104.0.5112.79 -> 104.0.5112.101 2022-09-04 03:21:23 +08:00
Steven Kou
a04201bb98
vivaldi: 5.4.2753.37 -> 5.4.2753.47 2022-09-04 03:21:08 +08:00
Steven Kou
2fb2e966a5
vivaldi: ignore unused debian revision number 2022-09-04 03:20:05 +08:00
github-actions[bot]
e61c4306f1
Merge staging-next into staging 2022-09-03 18:01:56 +00:00
Michael Weiss
82d8999e04
ungoogled-chromium: 105.0.5195.54 -> 105.0.5195.102 2022-09-03 14:22:28 +02:00
github-actions[bot]
f035fcf4f3
Merge staging-next into staging 2022-09-03 00:02:56 +00:00
Michael Weiss
96ff5b58ec
Merge pull request #189518 from primeos/chromium
chromium: 105.0.5195.52 -> 105.0.5195.102
2022-09-03 00:36:15 +02:00
Michael Weiss
b4d97e8d9a
Merge pull request #189517 from primeos/ungoogled-chromium
ungoogled-chromium: 104.0.5112.102 -> 105.0.5195.54
2022-09-03 00:35:42 +02:00
Michael Weiss
9e151be2b7
Merge pull request #189515 from primeos/chromiumBeta
chromiumBeta: 105.0.5195.52 -> 106.0.5249.21
2022-09-03 00:19:57 +02:00
Michael Weiss
917ce4bf80
Merge pull request #189514 from primeos/chromiumDev
chromiumDev: 106.0.5249.12 -> 106.0.5249.21
2022-09-03 00:19:22 +02:00
Michael Weiss
f9e02fa945
ungoogled-chromium: 104.0.5112.102 -> 105.0.5195.54 2022-09-03 00:10:46 +02:00