me
/
guix
Archived
1
0
Fork 0

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.
master
Mathieu Othacehe 2020-09-29 11:41:43 +02:00
parent 644cdc819f
commit 3d0e875026
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -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."