aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2024-07-19 23:31:36 +0200
committerLeo Famulari <leo@famulari.name>2024-07-22 15:51:14 -0400
commit0cb22c789c2f35e18d644d46d939471f41175d74 (patch)
tree4e43ab91f9012dbacd6917c8088ddaa475ff8aa5 /build-aux
parentb6cb962c677cd7841187992296623c178e8df8b1 (diff)
downloadguix-0cb22c789c2f35e18d644d46d939471f41175d74.tar.gz
guix-0cb22c789c2f35e18d644d46d939471f41175d74.zip
gnu: linux-libre 5.10: Update to 5.10.222.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.222. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hash. Change-Id: I26cb8c4431116ccd31f542072ba064fde6785124 Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions
-manifest.scm: ...here. * Makefile.am (EXTRA_DIST): Update accordingly. 2023-07-25cuirass: Update hurd-manifest with newly supported packages.Janneke Nieuwenhuizen * build-aux/cuirass/hurd-manifest.scm: Include full build of python-minimal and gettext-minimal (no longer without-tests). Add grub-minimal, grub, guix-without-tests and guile-3.0 (no longer delete it from guix dependencies). 2022-05-26cuirass: Create just as many threads as needed.Ludovic Courtès * build-aux/cuirass/evaluate.scm (command-line): Change second argument to 'n-par-for-each'. 2022-05-26cuirass: Fork inferior processes before creating threads.Ludovic Courtès Works around <https://issues.guix.gnu.org/55441#12>. Start from commit bd86bbd300474204878e927f6cd3f0defa1662a5, 'open-inferior' uses 'primitive-fork' instead of 'open-pipe*'. As a result, child process could potentially hang before calling 'execl' due to undefined behavior when forking a multi-threaded process. * build-aux/cuirass/evaluate.scm <top level>: Call 'open-inferior' before 'n-par-for-each'. 2022-05-20cuirass: Close each inferior upon completion.Ludovic Courtès * build-aux/cuirass/evaluate.scm <top level>: Add 'close-inferior' call. 2021-12-22tests: Move keys into ./tests/keys/ and add a third ed25519 key.Attila Lendvai The third key will be used in an upcoming commit. Rename public keys to .pub. * guix/tests/gnupg.scm (%ed25519-3-public-key-file): New variable. (%ed25519-3-secret-key-file): New variable. (%ed25519-2-public-key-file): Renamed from %ed25519bis-public-key-file. (%ed25519-2-secret-key-file): Renamed from %ed25519bis-secret-key-file. * tests/keys/ed25519-3.key: New file. * tests/keys/ed25519-3.sec: New file. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>