guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: rust-bootstrap: Remove aarch64 as a


From: guix-commits
Subject: branch master updated: Revert "gnu: rust-bootstrap: Remove aarch64 as a supported architecture."
Date: Tue, 09 May 2023 10:04:29 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3f00f46ada Revert "gnu: rust-bootstrap: Remove aarch64 as a supported 
architecture."
3f00f46ada is described below

commit 3f00f46adad467f3008b2e645f76baf70adaad66
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 9 16:54:29 2023 +0300

    Revert "gnu: rust-bootstrap: Remove aarch64 as a supported architecture."
    
    This reverts commit c56d57110de1412d3529940d4f856611d123da66.
    
    rust-bootstrap *IS* supported on aarch64-linux, and the build farm will
    catch up eventually.
---
 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 30fb0e1e16..8e106a9927 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -360,9 +360,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 and fails to
-    ;; build on CI for aarch64, remove them until this is fixed.
-    (supported-systems '("x86_64-linux"))
+    ;; XXX: The rust bootstrap is currently broken on riscv64,
+    ;; remove it until this is fixed.
+    (supported-systems '("x86_64-linux" "aarch64-linux"))
 
     ;; Dual licensed.
     (license (list license:asl2.0 license:expat))))



reply via email to

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