[Git][haskell-team/DHG_packages][master] foundation: Disable optimizations on armhf
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Thu Feb 5 21:53:06 GMT 2026
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
8ee32d97 by Ilias Tsitsimpis at 2026-02-05T23:37:22+02:00
foundation: Disable optimizations on armhf
- - - - -
2 changed files:
- p/haskell-foundation/debian/changelog
- p/haskell-foundation/debian/rules
Changes:
=====================================
p/haskell-foundation/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-foundation (0.0.30-5) unstable; urgency=medium
+
+ * Disable optimizations on armhf (Closes: #1126371)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 05 Feb 2026 23:37:18 +0200
+
haskell-foundation (0.0.30-4) unstable; urgency=medium
[ Scott Talbert ]
=====================================
p/haskell-foundation/debian/rules
=====================================
@@ -1,9 +1,10 @@
#!/usr/bin/make -f
export DEB_ENABLE_TESTS = yes
-# Testsuite fails on armel, see https://bugs.debian.org/1017539
-ifneq (,$(filter armel, $(DEB_HOST_ARCH)))
- export DEB_ENABLE_TESTS = no
+
+# See #1126371
+ifneq (,$(filter armhf, $(DEB_HOST_ARCH)))
+ export DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-O0"
endif
%:
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/8ee32d97e7f7b7d951bee68fa45e52d46ebd5671
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/8ee32d97e7f7b7d951bee68fa45e52d46ebd5671
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20260205/1a69bab7/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list