guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#73682: [PATCH v4 2/4] gnu: varnish: Restrain build to x86-64-linux.


From: Ludovic Courtès
Subject: bug#73682: [PATCH v4 2/4] gnu: varnish: Restrain build to x86-64-linux.
Date: Thu, 24 Oct 2024 12:03:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Nicolas Graves <ngraves@ngraves.fr> skribis:

> * gnu/packages/web.scm
> (varnish)[supported-systems]: Set to '("x86-64-linux").
> (varnish-modules)[supported-systems]: Set like varnish.

[...]

> +    ;; 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"))

AFAICS, this package builds on all support *-linux platforms, so I don’t
understand the rationale here (this field is not just for qa.guix).

Anyhow, I applied the other 3 patches, thanks!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]