all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Distro under continuous integration
@ 2013-04-11 19:40 Ludovic Courtès
  0 siblings, 0 replies; only message in thread
From: Ludovic Courtès @ 2013-04-11 19:40 UTC (permalink / raw)
  To: bug-guix

Hi!

A long-overdue announcement...

Some months ago, Nikita and I asked the FSF sysadmins for a (virtual)
machine to host a Hydra instance.  They offered us a 4-core VM (I
think?), known as hydra.gnu.org.  Nikita installed Nix and Hydra, and I
finished the setup of Hydra.  There were various issues needing to be
addressed in Hydra’s support for Guix[*].

Anyway, if you go to <http://hydra.gnu.org/jobset/gnu/master>, you’ll
see the packages for ‘master’, and at
<http://hydra.gnu.org/jobset/gnu/core-updates> you’ll see the packages
for ‘core-updates’.

There are still glitches here and there on the web UI and setup.  You’re
welcome to report them and help fix them.

Ludo’.

[*] My initial plan was to use it both for continuous integration (CI)
    of Guix itself (that is, running autoreconf && make dist &&
    ./configure && make check && make install of Guix), and CI of the
    distro.

    In that plan, CI of Guix itself would be done with Nix (via the
    release.nix file that we have), whereas CI of the distro would be
    done with Guix (the hydra.scm file).  But Guix’s distro doesn’t need
    /bin/sh in its chroot, whereas Nixpkgs does, and a single daemon
    cannot handle both setups.  So we’d have had to either run our
    builds in a chroot that includes /bin and more, at the risk of
    introducing impurities and not catching other errors, or we’d have
    been unable to build Guix itself.

    The solution I ended up with was to rely on a pre-installed version
    of Guix for bootstrapping:
    https://github.com/NixOS/hydra/commit/f3aa48978e1f0922094f159c762bf8664ae40ed2

    (Anyone willing to rewrite Hydra in Guile?  :-))

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-11 19:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11 19:40 Distro under continuous integration Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.