aboutsummaryrefslogtreecommitdiff
# This config file allows for Patchwork integration with
# https://patches.guix-patches.cbaines.net/.

[settings]
project: guix-patches
patchwork_url: https://patches.guix-patches.cbaines.net
add_signoff: False
# TODO: enable check_patch
check_patch: False
ignore_bad_tags: True
keep_change_id: True
ct name='context' onchange='this.form.submit();'>space:mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-11-06 11:45:32 +0200
committerEfraim Flashner <efraim@flashner.co.il>2024-11-06 12:49:39 +0200
commit143927acac99d187d2aa873e221d4f15cc1566ee (patch)
tree937227b95a4ee84dd855ff4b85592b53dc3297ae /tests/gem.scm
parentfb9168d2c060e3041a791c16520c1bc472fd759b (diff)
downloadguix-143927acac99d187d2aa873e221d4f15cc1566ee.tar.gz
guix-143927acac99d187d2aa873e221d4f15cc1566ee.zip
gnu: go-github-com-cskr-pubsub: Don't force running the tests.
* gnu/packages/golang.scm (go-github-com-cskr-pubsub)[arguments]: Remove the #:tests keyword. Change-Id: Ia48f48a239238173994ca39e6b896c69948deb78
Diffstat (limited to 'tests/gem.scm')
0 files changed, 0 insertions, 0 deletions
=f59df1aa3c104aabff3291f6b8b155fb01aebc06'>build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer 2024-06-06gnu: coeurl: Update to 0.3.1....* gnu/packages/curl.scm (coeurl): Update to 0.3.1. Change-Id: I22ba5cf999e57918b72d58053c533d997f8c461d Efraim Flashner 2024-04-18gnu: gnurl: Properly deprecate package....* gnu/packages/gnunet.scm (gnurl): Move to... * gnu/packages/curl.scm (gnurl): ... here. Deprecate via 'deprecated-package'. Reported-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I779ff9a7923d6532fbac2c2bfd65d6aa56524f1f Maxim Cournoyer 2024-02-13gnu: go-golang-org-x-sys: Move to golang-build....* gnu/packages/golang.scm (go-golang-org-x-sys): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/curl.scm: Add (gnu packages golang-build) module. * gnu/packages/databases.scm: As above. * gnu/packages/docker.scm: As above. * gnu/packages/golang-build.scm: As above. * gnu/packages/golang.scm: As above. * gnu/packages/irc.scm: As above. * gnu/packages/linux.scm: As above. * gnu/packages/password-utils.scm: As above. * gnu/packages/syncthing.scm: As above. * gnu/packages/textutils.scm: As above. * gnu/packages/vpn.scm: As above. * gnu/packages/weather.scm: As above. * gnu/packages/web.scm: As above. Change-Id: I161e89cacb9aa87b4fbb643ecd9ad32cfe49c9d7 Sharlatan Hellseher 2024-01-23gnu: trurl: Update to 0.9....* gnu/packages/curl.scm (trurl): Update to 0.9. Change-Id: Ieb0f19e6d48897dceb32e317613a301f521c9b94 Sharlatan Hellseher 2023-12-25gnu: curl: Fix test suite on arm platforms....* gnu/packages/curl.scm (curl)[arguments]: Adjust the flags in the custom 'check phase to skip a test instead of ignoring the test result. Change-Id: Ib2098137b04766988507d2f86832871150cd0af7 Efraim Flashner 2023-12-17gnu: curl: Update to 8.5.0 [security fixes]....Fixes CVE-2023-46218 and CVE-2023-46219. See <https://curl.se/docs/CVE-2023-46218.html> and <https://curl.se/docs/CVE-2023-46219.html> respectively. * gnu/packages/curl.scm (curl): Update to 8.5.0. * gnu/packages/patches/curl-use-ssl-cert-env.patch: Update patch. Change-Id: Iaa6aa5de0f45576dc06bf5eca1eec502e5c83332 John Kehayias 2023-11-30gnu: curl: Skip failing test on the Hurd....* gnu/packages/curl.scm (curl)[arguments]: When building natively on the Hurd, also skip test 564. Change-Id: I265049b70c6255f075a98b1a385d40d9dd84badf Janneke Nieuwenhuizen 2023-11-15gnu: curl: Skip failing test on arm machines....* gnu/packages/curl.scm (curl)[arguments]: Adjust custom 'check phase to skip a test on armhf-linux and aarch64-linux. Change-Id: I26fcb8c911a412c9196b759caefb6a003a241b6b Efraim Flashner 2023-11-05gnu: curl: Run tests in parallel....* gnu/packages/curl.scm (curl)[arguments]: Respect PARALLEL-TESTS? in check phase, by setting TFLAGS (curl's test flags). Change-Id: I54dfe32b757824fd3d2b89d10b88315c7e8b8d2a John Kehayias 2023-11-05gnu: curl: Ungraft....* gnu/packages/curl.scm (curl): Update to 8.4.0 from graft, preserving... [arguments]<#:phases>: ... check phase to skip failing test on Hurd. [replacement]: Remove. (curl/fixed): Remove variable. Change-Id: I9243d6b3a9084d9c24884e755f2f42ffafca4205 John Kehayias