unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Mathieu Othacehe <m.othacehe@gmail.com>
Cc: Mathieu Othacehe <othacehe@gnu.org>, 41839@debbugs.gnu.org
Subject: [bug#41839] [PATCH 2/2] ci: Build Guix System images.
Date: Tue, 23 Jun 2020 23:48:56 +0200	[thread overview]
Message-ID: <87o8p9xxkn.fsf@gnu.org> (raw)
In-Reply-To: <20200613194140.10367-2-othacehe@gnu.org> (Mathieu Othacehe's message of "Sat, 13 Jun 2020 21:41:40 +0200")

Mathieu Othacehe <m.othacehe@gmail.com> skribis:

> Build a list of Guix System images. For now, this list only contains the Hurd
> barebones Guix System image.
>
> * gnu/ci.scm (%guixsd-supported-systems): Remove "armhf-linux",
> (%u-boot-systems): remove unused variable,
> (%guix-system-images): new variable
> (qemu-jobs): rename to "image-jobs" and build the Guix Systems listed in the
> new "%guix-system-images" variable,
> (system-test-jobs): adapt accordingly,
> (hydra-jobs): ditto.

Cool.

> +  (if (member system %guix-system-supported-systems)
> +      `(,(->job 'usb-image
> +                (build-image
> +                 (image
> +                  (inherit efi-disk-image)
> +                  (size (* 1500 MiB))
> +                  (operating-system installation-os))))
> +        ,(->job 'iso9660-image
> +                (build-image
> +                 (image
> +                  (inherit iso9660-image)
> +                  (operating-system installation-os))))
> +        ,@(map (lambda (image)
> +                 (->job (image-name image) (build-image image)))
> +               %guix-system-images))
>        '()))

I think the effect is that we’ll also cross-build GNU/Hurd images from
i686-linux, right?  It would be nice to avoid that and only cross-build
from x86_64.

Otherwise LGTM, thank you!

Ludo’.




  reply	other threads:[~2020-06-23 21:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-13 19:40 [bug#41839] [PATCH 0/2] ci: Build Guix System images Mathieu Othacehe
2020-06-13 19:41 ` [bug#41839] [PATCH 1/2] image: Move hurd image definition to a dedicated file Mathieu Othacehe
2020-06-13 19:41   ` [bug#41839] [PATCH 2/2] ci: Build Guix System images Mathieu Othacehe
2020-06-23 21:48     ` Ludovic Courtès [this message]
2020-06-25 10:02       ` bug#41839: " Mathieu Othacehe
2020-06-23 21:47   ` [bug#41839] [PATCH 1/2] image: Move hurd image definition to a dedicated file Ludovic Courtès
2020-06-25  9:54     ` Mathieu Othacehe

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=87o8p9xxkn.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=41839@debbugs.gnu.org \
    --cc=m.othacehe@gmail.com \
    --cc=othacehe@gnu.org \
    /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).