guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Add powerpc64le-linux as a supported system


From: Christopher Baines
Subject: branch master updated: Add powerpc64le-linux as a supported system
Date: Fri, 12 Feb 2021 03:47:43 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/master by this push:
     new 9dde934  Add powerpc64le-linux as a supported system
9dde934 is described below

commit 9dde93422c7cbef787ecb34f6346b5e5a5fbeed9
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Feb 12 08:47:09 2021 +0000

    Add powerpc64le-linux as a supported system
    
    This should not be necessary, but currently the database isn't used to find
    out the valid system values.
---
 guix-data-service/model/derivation.scm | 1 +
 tests/model-derivation.scm             | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix-data-service/model/derivation.scm 
b/guix-data-service/model/derivation.scm
index 12a752c..68e8923 100644
--- a/guix-data-service/model/derivation.scm
+++ b/guix-data-service/model/derivation.scm
@@ -67,6 +67,7 @@
     "i586-gnu"
     "i686-linux"
     "mips64el-linux"
+    "powerpc64le-linux"
     "x86_64-linux"))
 
 (define (valid-targets conn)
diff --git a/tests/model-derivation.scm b/tests/model-derivation.scm
index 0e9f97b..d6e77b3 100644
--- a/tests/model-derivation.scm
+++ b/tests/model-derivation.scm
@@ -12,7 +12,7 @@
 
    (test-equal "valid-systems"
      '("aarch64-linux" "armhf-linux" "i586-gnu"
-       "i686-linux" "mips64el-linux" "x86_64-linux")
+       "i686-linux" "mips64el-linux" "powerpc64le-linux" "x86_64-linux")
      (valid-systems conn))
 
    (test-equal "count-derivations"



reply via email to

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