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:
parent
7e421c1f5a
commit
3f00f46ada
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user