* gnu/ci.scm (%unsupported-platform-triplets): New variable.
(cross-jobs): Also don't build for systems listed in
%unsupported-platform-triplets.
Change-Id: Ic31ae6d307f2d243c098ec050bdb9d09060466ac
Previous value of #f lead to `head reload nginx' returning exit code 1,
complicating usage from scripts (and other actions). Returning #t fixes that.
Any actual failures are still covered by the invoke call above.
* gnu/services/web.scm (nginx-shepherd-service)[nginx-action]<-s>: Return #t.
Change-Id: I4ce1645798a85baddeb0f5bd702a2567db3c7aaa
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Reloading nginx lead to (harmless, yet annoying) alert being logged:
nginx: [alert] could not open error log file: open() "/gnu/store/9l2lznlqpjcm79znq1xas378maqgysc8-nginx-1.27.0/logs/error.log" failed (2: No such file or directory)
Since there already is prepared runtime directory for nginx, all that was
missing was to also pass it to the reload and reopen invocations.
* gnu/services/web.scm (nginx-shepherd-service)[reload, reopen]: Pass -p flag
with run-directory as value.
Change-Id: Id5c558d65def8c1fe5cf581a4a370508ac05e550
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
The flag "--with-ncursesw" doesn't seem to exist for guile-ncurses, and it
seemed to cause the build to not include unicode support. Building without it
produces the expected "with ncursesw" support.
This can be checked within the guile REPL using:
> ,use (ncurses curses)
> %wide-ncurses
> #t ; has unicode and wide char support
* gnu/packages/guile-xyz.scm (guile-ncurses)[arguments]: Remove
‘--with-ncursesw’ from #:configure-flags.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I081ce7b21df49652040017f10de5d5f98fe076d5
* gnu/packages/machine-learning.scm (lama-cpp): Update to commit a5735e with
pkg-config support.
[arguments](configure-flags): Add cmake configure flag
for shared library build and adjust arguments to make openblas
found by cmake.
(phases) 'install-python-scripts: Remove references to deleted scripts
and add new ones upsteeam.
Change-Id: I7c4bc219a22aa9a949e811b340c7cf745b176d14
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Includes fixes for CVE-2024-6600, CVE-2024-6601, CVE-2024-6602,
CVE-2024-6603, and CVE-2024-6604.
* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(%icecat-version): Change suffix from "-guix0-preview1" to "-guix1".
(icecat-source): Update gnuzilla commit, base version, and hashes.
(icecat-minimal)[description]: Remove the vague warning about IceCat
being a preview release.
* gnu/packages/chez.scm (target-chez-arch): When building for
riscv64-linux return #f instead of the desired string, which isn't
supported everywhere yet.
Change-Id: Ie1b076ad4845129c5b98c3ae01f98a86784c13ad
The backported commit fixes crashes when signals are delivered to
non-Scheme threads, including GC worker threads and threads
created by foreign libraries. This appears to have been the
cause of the intermittent test failures we have experienced.
* gnu/packages/patches/chez-scheme-backport-signal.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/chez-scheme.scm (chez-scheme)[source]<patches>: Use it.
(chez-scheme-for-racket, chez-scheme): Enable tests.
Change-Id: Ifd87ca0d1707ef6ad067d883772a5b42803ead94
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu/packages/emacs-xyz.scm (emacs-empv)[arguments]: Add a phase to set
default binaries for FD and MPV.
[inputs]: Add FD and MPV.
[propagated-inputs]: Add EMACS-CONSULT.
Change-Id: I0e627d3b3ec3e5515ff7da9cd601713840e2a9c7
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Running tests with "--numprocesses" more than 16 makes them shaky, see
<https://ci.guix.gnu.org/build/5070646/log/raw>.
* gnu/packages/python-xyz.scm (python-duckdb) [arguments]:
<#:test-flags>: Remove "--numprocesses" option.
[native-inputs]: Remove PYTHON-PYTEST-XDIST.
Change-Id: I34312cd0d031fe1c31172280e761cfe33762fc91
* gnu/packages/librewolf.scm (librewolf)[arguments]: On non-x86-linux
systems the "--disable-eme" switch is not available because EME is
not available.
Change-Id: I0f397570249b1bc6a0182d2744a8d3c459c1bafa
Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu/packages/emacs-xyz.scm (emacs-eshell-git-prompt)[source]<origin>: Use
tag instead of raw commit hash.
[synopsis]: Remove trailing dot to appease linter.
[description]: Shorten long line.
Change-Id: Ic24bc89ef54507fc723d3fa4c6f276ae78be279c
gnu/packages/emacs-xyz.scm (emacs-jabber): Update to a recent commit.
Change-Id: I0a9b6bd32b6b6df6f46ad648cf3e165a4cbaa750
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>