diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-09-29 11:41:43 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-09-29 11:42:53 +0200 |
commit | 3d0e875026f5caa186f4a5b193586ffa4422a522 (patch) | |
tree | 9290c39b355ebee8fa0a923c0707d0c7dfc4c02a /gnu/ci.scm | |
parent | 644cdc819fc6c49bbfcfa48d2d2cd52034862d2b (diff) | |
download | guix-3d0e875026f5caa186f4a5b193586ffa4422a522.tar guix-3d0e875026f5caa186f4a5b193586ffa4422a522.tar.gz |
ci: Build hurd-barebones-qcow2-image.
Build hurd-barebones-qcow2-image instead of hurd-barebones-disk-image to speed
downloads.
* gnu/ci.scm (%guix-system-images): Build 'hurd-barebones-qcow2-image instead
of 'hurd-barebones-disk-image.
Diffstat (limited to 'gnu/ci.scm')
-rw-r--r-- | gnu/ci.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/ci.scm b/gnu/ci.scm index d612e0e25f..2329a38b84 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm @@ -195,7 +195,7 @@ SYSTEM." '("x86_64-linux" "i686-linux")) (define %guix-system-images - (list hurd-barebones-disk-image)) + (list hurd-barebones-qcow2-image)) (define (image-jobs store system) "Return a list of jobs that build images for SYSTEM." |