unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71104] [PATCH] ci: Build visionfive2-barebones-raw-image.
@ 2024-05-22  5:43 Zheng Junjie
  2024-05-31 12:54 ` bug#71104: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie @ 2024-05-22  5:43 UTC (permalink / raw)
  To: 71104

* gnu/ci.scm (%guix-system-images): Add visionfive2-barebones-raw-image.

Change-Id: I0a0edccf00119d6b23b864bb0123be6ca7b01d34
---
 gnu/ci.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/ci.scm b/gnu/ci.scm
index 5d208a8e83..c456c8e2c3 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -65,6 +65,7 @@ (define-module (gnu ci)
   #:use-module (gnu system images novena)
   #:use-module (gnu system images pine64)
   #:use-module (gnu system images pinebook-pro)
+  #:use-module (gnu system images visionfive2)
   #:use-module (gnu tests)
   #:use-module (srfi srfi-1)
   #:use-module (srfi srfi-26)
@@ -246,7 +247,8 @@ (define %guix-system-images
   (list hurd-barebones-qcow2-image
         pine64-barebones-raw-image
         pinebook-pro-barebones-raw-image
-        novena-barebones-raw-image))
+        novena-barebones-raw-image
+        visionfive2-barebones-raw-image))
 
 (define (hours hours)
   (* 3600 hours))

base-commit: f1a573067c7157a30e8d5e5b3443fee7fcb8af42
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-31 12:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22  5:43 [bug#71104] [PATCH] ci: Build visionfive2-barebones-raw-image Zheng Junjie
2024-05-31 12:54 ` bug#71104: " Zheng Junjie

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).