guix-patches
[Top][All Lists]
Advanced

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

[bug#43029] [PATCH v2] offload: Modify the build-machine record to accep


From: Mathieu Othacehe
Subject: [bug#43029] [PATCH v2] offload: Modify the build-machine record to accept multiple systems.
Date: Tue, 25 Aug 2020 16:51:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello Maxim,

> +(test-assert (machine-matches? (new-build-machine '("i686-linux"))
> +                               (build-requirements
> +                                (system "i686-linux"))))
> +
> +;;; A build machine can act as more than one system type, thanks to QEMU
> +;;; emulation.
> +(test-assert (machine-matches? (new-build-machine '("armhf-linux"
> +                                                    "aarch64-linux"
> +                                                    "i686-linux"
> +                                                    "x86_64-linux"))
> +                               (build-requirements
> +                                (system "armhf-linux"))))

This sounds really nice and the test module is very welcome. Not much to
say except that it would be nice to update "machines-for-berlin.scm" in
the "maintenance" repository accordingly.

Thanks,

Mathieu





reply via email to

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