guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: Add to the hardcoded list of valid targets


From: Christopher Baines
Subject: 05/07: Add to the hardcoded list of valid targets
Date: Fri, 11 Mar 2022 08:28:39 -0500 (EST)

cbaines pushed a commit to branch master
in repository data-service.

commit df4e0a7a616fcea9c15f4c2af85680ab0e0ec55b
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Mar 11 11:50:10 2022 +0000

    Add to the hardcoded list of valid targets
    
    Since the hardcoded list in the load-new-guix-revision code has been 
updated.
---
 guix-data-service/model/derivation.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/guix-data-service/model/derivation.scm 
b/guix-data-service/model/derivation.scm
index 3c5d0fb..f09435e 100644
--- a/guix-data-service/model/derivation.scm
+++ b/guix-data-service/model/derivation.scm
@@ -64,9 +64,13 @@
 (define (valid-targets conn)
   '("arm-linux-gnueabihf"
     "aarch64-linux-gnu"
+    "mips64el-linux-gnu"
     "powerpc-linux-gnu"
+    "powerpc64le-linux-gnu"
     "riscv64-linux-gnu"
-    "i586-pc-gnu"))
+    "i586-pc-gnu"
+    "i686-w64-mingw32"
+    "x86_64-w64-mingw32"))
 
 (define (count-derivations conn)
   (first



reply via email to

[Prev in Thread] Current Thread [Next in Thread]