unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 73682@debbugs.gnu.org
Cc: Nicolas Graves <ngraves@ngraves.fr>
Subject: [bug#73682] [PATCH v4 2/4] gnu: varnish: Restrain build to x86-64-linux.
Date: Thu, 17 Oct 2024 06:29:58 +0200	[thread overview]
Message-ID: <20241017043006.4836-2-ngraves@ngraves.fr> (raw)
In-Reply-To: <20241017043006.4836-1-ngraves@ngraves.fr>

* gnu/packages/web.scm
(varnish)[supported-systems]: Set to '("x86-64-linux").
(varnish-modules)[supported-systems]: Set like varnish.
---
 gnu/packages/web.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index e283797a62..47c80c0065 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6686,6 +6686,9 @@ (define-public varnish
 configuration language.")
     (properties
      '((release-monitoring-url . "https://varnish-cache.org/releases/index.html")))
+    ;; On QA, also properly builds on i686-linux and armhf-linux.
+    ;; But we probably never want to cross-compile varnish.
+    (supported-systems '("x86_64-linux"))
     (license (list license:bsd-2           ;main distribution
                    license:zlib            ;lib/libvgz/*
                    license:public-domain   ;bin/varnishncsa/as64.c, include/miniobj.h
@@ -6719,6 +6722,7 @@ (define-public varnish-modules
      "This package provides a collection of modules (@dfn{vmods}) for the Varnish
 cache server, extending the @acronym{VCL, Varnish Configuration Language} with
 additional capabilities.")
+    (supported-systems (package-supported-systems varnish))
     (license license:bsd-2)))
 
 (define-public xinetd
-- 
2.46.0





  reply	other threads:[~2024-10-17  4:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-07 21:54 [bug#73682] [PATCH 0/3] gnu: varnish: Update to 7.6.0. [security fixes] Nicolas Graves via Guix-patches via
2024-10-07 22:07 ` [bug#73682] [PATCH 1/3] " Nicolas Graves via Guix-patches via
2024-10-08  6:21 ` [bug#73682] [PATCH 2/3] gnu: varnish-modules: Update to 0.25.0 Nicolas Graves via Guix-patches via
2024-10-08  6:21   ` [bug#73682] [PATCH 3/3] gnu: varnish: Improve style Nicolas Graves via Guix-patches via
2024-10-15 16:25     ` Ludovic Courtès
2024-10-15 19:56 ` [bug#73682] [PATCH v2 1/3] gnu: varnish: Update to 7.6.0. [security fixes] Nicolas Graves via Guix-patches via
2024-10-15 19:56   ` [bug#73682] [PATCH v2 2/3] gnu: varnish-modules: Update to 0.25.0 Nicolas Graves via Guix-patches via
2024-10-15 19:56   ` [bug#73682] [PATCH v2 3/3] gnu: varnish: Improve style Nicolas Graves via Guix-patches via
2024-10-16 23:00 ` [bug#73682] [PATCH v3 1/3] gnu: varnish: Update to 7.6.0. [security fixes] Nicolas Graves via Guix-patches via
2024-10-16 23:00   ` [bug#73682] [PATCH v3 2/3] gnu: varnish-modules: Update to 0.25.0 Nicolas Graves via Guix-patches via
2024-10-16 23:00   ` [bug#73682] [PATCH v3 3/3] gnu: varnish: Improve style Nicolas Graves via Guix-patches via
2024-10-17  4:29 ` [bug#73682] [PATCH v4 1/4] gnu: varnish: Update to 7.6.0. [security fixes] Nicolas Graves via Guix-patches via
2024-10-17  4:29   ` Nicolas Graves via Guix-patches via [this message]
2024-10-17  4:29   ` [bug#73682] [PATCH v4 3/4] gnu: varnish-modules: Update to 0.25.0 Nicolas Graves via Guix-patches via
2024-10-17  4:30   ` [bug#73682] [PATCH v4 4/4] gnu: varnish: Improve style Nicolas Graves via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241017043006.4836-2-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=73682@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).