3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: rust-1.26: Remove aarch64-linux from the supported systems.

Because this package is a transitive input to many rust packages, Cuirass is
spending lots of time failing to build it on ci.guix.gnu.org. This change will
hopefully help with that issue.

* gnu/packages/rust.scm (rust-1.26)[supported-systems]: Remove aarch64-linux.
This commit is contained in:
Christopher Baines 2021-03-09 08:52:09 +00:00
parent d099c9c09b
commit a728889951
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -822,7 +822,10 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
(substitute* "src/tools/cargo/tests/testsuite/generate_lockfile.rs"
;; This test wants to update the crate index.
(("fn no_index_update") "#[ignore]\nfn no_index_update"))
#t)))))))))
#t))))))
(supported-systems
(delete "aarch64-linux" ; fails to build, see #47019
(package-supported-systems base-rust))))))
(define-public rust-1.27
(let ((base-rust