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
1 changed files with 3 additions and 3 deletions
|
@ -360,9 +360,9 @@ safety and thread safety guarantees.")
|
||||||
;; therefore the build process needs 8GB of RAM while building.
|
;; therefore the build process needs 8GB of RAM while building.
|
||||||
;; It may support i686 soon:
|
;; It may support i686 soon:
|
||||||
;; <https://github.com/thepowersgang/mrustc/issues/78>.
|
;; <https://github.com/thepowersgang/mrustc/issues/78>.
|
||||||
;; XXX: The rust bootstrap is currently broken on riscv64 and fails to
|
;; XXX: The rust bootstrap is currently broken on riscv64,
|
||||||
;; build on CI for aarch64, remove them until this is fixed.
|
;; remove it until this is fixed.
|
||||||
(supported-systems '("x86_64-linux"))
|
(supported-systems '("x86_64-linux" "aarch64-linux"))
|
||||||
|
|
||||||
;; Dual licensed.
|
;; Dual licensed.
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
Reference in a new issue