[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#33379: Cuirass doesn't try to build 'wine' for x86_64
From: |
Ludovic Courtès |
Subject: |
bug#33379: Cuirass doesn't try to build 'wine' for x86_64 |
Date: |
Wed, 14 Nov 2018 15:55:24 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello,
Clément Lassieur <address@hidden> skribis:
> Cuirass doesn't try to build 'wine' for x86_64.
>
> See https://berlin.guixsd.org/eval/1561?status=succeeded
>
> The job name is 'wine-staging-3.20.x86_64-linux', but the system is
> i686-linux.
That’s on purpose, as noted in the ‘wine’ package definition:
`(;; Force a 32-bit build targeting a similar architecture, i.e.:
;; armhf for armhf/aarch64, i686 for i686/x86_64.
#:system ,@(match (%current-system)
((or "armhf-linux" "aarch64-linux")
`("armhf-linux"))
(_
`("i686-linux")))
Either we should turn it into a bug report about the ‘wine’ package, or
close it as not-a-bug since Cuirass is behaving as expected. WDYT?
Ludo’.