guix-commits
[Top][All Lists]
Advanced

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

25/25: gnu: rust-bootstrap: Update supported-systems.


From: guix-commits
Subject: 25/25: gnu: rust-bootstrap: Update supported-systems.
Date: Thu, 25 Jan 2024 04:55:55 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 049e5e43058e04fd4c6152938a31911f939df7ab
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 25 08:29:20 2024 +0200

    gnu: rust-bootstrap: Update supported-systems.
    
    * gnu/packages/rust.scm (rust-bootstrap)[supported-systems]: Add
    riscv64-linux, powerpc64le-linux.
    
    Change-Id: I1584237c4a15ededee95a5d0e52c448f4aa0c9f3
---
 gnu/packages/rust.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index f792aa0061..1f129a93bd 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -377,9 +377,9 @@ safety and thread safety guarantees.")
     ;; therefore the build process needs 8GB of RAM while building.
     ;; It may support i686 soon:
     ;; <https://github.com/thepowersgang/mrustc/issues/78>.
-    ;; XXX: The rust bootstrap is currently broken on riscv64,
-    ;; remove it until this is fixed.
-    (supported-systems '("x86_64-linux" "aarch64-linux"))
+    ;; List of systems where rust-bootstrap is explicitly known to build:
+    (supported-systems '("x86_64-linux" "aarch64-linux"
+                         "riscv64-linux" "powerpc64le-linux"))
 
     ;; Dual licensed.
     (license (list license:asl2.0 license:expat))))



reply via email to

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