From: Efraim Flashner <efraim@flashner.co.il>
To: 56175@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#56175] [PATCH 1/4] Revert "gnu: ldc-bootstrap-0.17: Add support for aarch64-linux."
Date: Thu, 23 Jun 2022 22:56:49 +0300 [thread overview]
Message-ID: <fe21c0f642ae296da665f0d1e84fb0bc268fd13d.1656013840.git.efraim@flashner.co.il> (raw)
In-Reply-To: <cover.1656013840.git.efraim@flashner.co.il>
This reverts commit 4f6ed3d2f8531ce1b75dc79365ce67587d8cb7e1.
While this does allow building ldc on aarch64, it isn't actually
helpful.
---
gnu/packages/dlang.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm
index 75e2155c83..403fcbbd6b 100644
--- a/gnu/packages/dlang.scm
+++ b/gnu/packages/dlang.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; 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>
;;;
;;; This file is part of GNU Guix.
@@ -103,17 +103,13 @@ (define ldc-bootstrap-0.17
(sha256
(base32 "1q6hm4fkrcwys83x0p4kfg9xrc1b9g2qicqif2zy5z4nsfsb5vgs"))))
(build-system cmake-build-system)
- (supported-systems '("x86_64-linux" "i686-linux"
- "armhf-linux" "aarch64-linux"))
+ (supported-systems '("x86_64-linux" "i686-linux" "armhf-linux"))
(properties
;; Some of the tests take a very long time on ARMv7. See
;; <https://lists.gnu.org/archive/html/guix-devel/2018-02/msg00312.html>.
`((max-silent-time . ,(* 3600 3))))
(arguments
`(#:tests? #f ;requires obsolete python-lit test dependency
- ,@(if (target-aarch64?)
- '(#:system "armhf-linux")
- '())
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'unpack-submodule-sources
--
2.36.1
next prev parent reply other threads:[~2022-06-23 19:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-23 19:53 [bug#56175] [PATCH 0/4] Update D bootstrap Efraim Flashner
2022-06-23 19:56 ` Efraim Flashner [this message]
2022-06-23 19:56 ` [bug#56175] [PATCH 2/4] gnu: Add gdmd Efraim Flashner
2022-06-23 19:56 ` [bug#56175] [PATCH 3/4] gnu: ldc-bootstrap-1.27: Build with gdmd Efraim Flashner
2022-06-23 19:56 ` [bug#56175] [PATCH 4/4] gnu: Remove unneeded ldc bootstrap packages Efraim Flashner
[not found] ` <handler.56175.B.165601408020091.ack@debbugs.gnu.org>
2022-06-26 12:15 ` bug#56175: Acknowledgement ([PATCH 0/4] Update D bootstrap) Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fe21c0f642ae296da665f0d1e84fb0bc268fd13d.1656013840.git.efraim@flashner.co.il \
--to=efraim@flashner.co.il \
--cc=56175@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.