Revert "gnu: rust-bootstrap: Remove aarch64 as a supported architecture."

This reverts commit c56d57110d.

rust-bootstrap *IS* supported on aarch64-linux, and the build farm will
catch up eventually.
This commit is contained in:
Efraim Flashner 2023-05-09 16:54:29 +03:00
parent 7e421c1f5a
commit 3f00f46ada
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -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))))