aboutsummaryrefslogtreecommitdiff
path: root/build-aux/cuirass/gnu-system.scm
blob: 0eb834cfba12c1a3113371e064ff0f690affaf69 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Jan Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

;;;
;;; This file defines build jobs for the Cuirass continuation integration
;;; tool.
;;;

(include "../hydra/gnu-system.scm")
(include "hydra-to-cuirass.scm")
57de2e2b271d87f6f72ba4161c2225fbdc9e78'>gnu: cuirass: Update to 1.1.0-12.1fb4b0a....* gnu/packages/ci.scm (cuirass): Update to 1.1.0-12.1fb4b0a. Mathieu Othacehe 2022-08-25gnu: laminar: Do not use auto-generated tarball....* gnu/packages/ci.scm (laminar)[source]: Use git-fetch. Arun Isaac 2022-08-25gnu: laminar: Update to 1.2....* gnu/packages/ci.scm (laminar): Update to 1.2. [arguments]: Do not return #t from custom phases. Arun Isaac 2022-05-26gnu: cuirass: Depend on an older Guix snapshot....Works around <https://issues.guix.gnu.org/55441#12>. * gnu/packages/package-management.scm (guix-for-cuirass): New variable. * gnu/packages/ci.scm (cuirass)[inputs]: Use it. Ludovic Courtès 2022-05-13gnu: cuirass: Use $SSL_CERT_DIR....* gnu/packages/ci.scm (cuirass)[native-search-paths]: Use the $SSL_CERT_DIR from (guix search-paths) instead of a local copy. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos