Ludovic Courtès <[email protected]> writes:

> Hello,
>
> Clément Lassieur <[email protected]> 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?

No, I'm fine with closing the bug.  Thank you!



Reply via email to