me
/
guix
Archived
1
0
Fork 0

Revert "gnu: ldc-bootstrap-0.17: Add support for aarch64-linux."

This reverts commit 4f6ed3d2f8.

While this does allow building ldc on aarch64, it isn't actually
helpful.
master
Efraim Flashner 2022-06-23 21:08:14 +03:00
parent 08a2a72a12
commit 181fdbe319
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 6 deletions

View File

@ -5,7 +5,7 @@
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017, 2019, 2022 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017, 2019, 2022 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Guy Fleury Iteriteka <gfleury@disroot.org> ;;; Copyright © 2020 Guy Fleury Iteriteka <gfleury@disroot.org>
;;; Copyright © 2021, 2022 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022 ( <paren@disroot.org> ;;; Copyright © 2022 ( <paren@disroot.org>
;;; ;;;
@ -119,17 +119,13 @@ to a minimal test case.")
(sha256 (sha256
(base32 "1q6hm4fkrcwys83x0p4kfg9xrc1b9g2qicqif2zy5z4nsfsb5vgs")))) (base32 "1q6hm4fkrcwys83x0p4kfg9xrc1b9g2qicqif2zy5z4nsfsb5vgs"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(supported-systems '("x86_64-linux" "i686-linux" (supported-systems '("x86_64-linux" "i686-linux" "armhf-linux"))
"armhf-linux" "aarch64-linux"))
(properties (properties
;; Some of the tests take a very long time on ARMv7. See ;; Some of the tests take a very long time on ARMv7. See
;; <https://lists.gnu.org/archive/html/guix-devel/2018-02/msg00312.html>. ;; <https://lists.gnu.org/archive/html/guix-devel/2018-02/msg00312.html>.
`((max-silent-time . ,(* 3600 3)))) `((max-silent-time . ,(* 3600 3))))
(arguments (arguments
`(#:tests? #f ;requires obsolete python-lit test dependency `(#:tests? #f ;requires obsolete python-lit test dependency
,@(if (target-aarch64?)
'(#:system "armhf-linux")
'())
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'unpack-submodule-sources (add-after 'unpack 'unpack-submodule-sources