guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: rust-bootstrap: Remove aarch64 as a supported architecture.


From: guix-commits
Subject: 05/06: gnu: rust-bootstrap: Remove aarch64 as a supported architecture.
Date: Tue, 9 May 2023 02:59:56 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit c56d57110de1412d3529940d4f856611d123da66
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 9 09:54:37 2023 +0300

    gnu: rust-bootstrap: Remove aarch64 as a supported architecture.
    
    This is so that we can merge the branch, building rust for aarch64-linux
    on CI is very time intensive.
    
    * gnu/packages/rust.scm (rust-bootstrap)[supported-systems]: Remove
    aarch64-linux.
---
 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 8e106a9927..30fb0e1e16 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,
-    ;; remove it until this is fixed.
-    (supported-systems '("x86_64-linux" "aarch64-linux"))
+    ;; 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"))
 
     ;; Dual licensed.
     (license (list license:asl2.0 license:expat))))



reply via email to

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