From: ludo@gnu.org (Ludovic Courtès)
To: bug-guix@gnu.org
Subject: Distro under continuous integration
Date: Thu, 11 Apr 2013 21:40:29 +0200 [thread overview]
Message-ID: <8738uwetzm.fsf@gnu.org> (raw)
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? :-))
reply other threads:[~2013-04-11 19:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8738uwetzm.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=bug-guix@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 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.