mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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 @@ (define rust-bootstrap
|
|||
;; 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 a new issue