unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41839] [PATCH 0/2] ci: Build Guix System images.
@ 2020-06-13 19:40 Mathieu Othacehe
  2020-06-13 19:41 ` [bug#41839] [PATCH 1/2] image: Move hurd image definition to a dedicated file Mathieu Othacehe
  0 siblings, 1 reply; 7+ messages in thread
From: Mathieu Othacehe @ 2020-06-13 19:40 UTC (permalink / raw)
  To: 41839; +Cc: Mathieu Othacehe

Hello,

Now that we have a new shiny new "image" record that contains all the required
informations to build or cross-build a Guix System image, it would be nice if
Cuirass could provide associated substitutes.

This serie allows to build a list of Guix System images in the CI. For now
this list only contains the Hurd barebones Guix System image.

Thanks,

Mathieu

Mathieu Othacehe (2):
  image: Move hurd image definition to a dedicated file.
  ci: Build Guix System images.

 gnu/ci.scm                 | 69 +++++++++++++++++-----------------
 gnu/image.scm              |  2 +
 gnu/local.mk               |  2 +
 gnu/system/image.scm       | 23 +++---------
 gnu/system/images/hurd.scm | 76 ++++++++++++++++++++++++++++++++++++++
 5 files changed, 121 insertions(+), 51 deletions(-)
 create mode 100644 gnu/system/images/hurd.scm

-- 
2.26.2





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-06-25 10:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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).