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
parent
644cdc819f
commit
3d0e875026
|
@ -195,7 +195,7 @@ SYSTEM."
|
||||||
'("x86_64-linux" "i686-linux"))
|
'("x86_64-linux" "i686-linux"))
|
||||||
|
|
||||||
(define %guix-system-images
|
(define %guix-system-images
|
||||||
(list hurd-barebones-disk-image))
|
(list hurd-barebones-qcow2-image))
|
||||||
|
|
||||||
(define (image-jobs store system)
|
(define (image-jobs store system)
|
||||||
"Return a list of jobs that build images for SYSTEM."
|
"Return a list of jobs that build images for SYSTEM."
|
||||||
|
|
Reference in New Issue