mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
644cdc819f
commit
3d0e875026
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue