This problem can be avoided by skipping testsuite on hppa as on powerpc.

Dave

-- 
John David Anglin  [email protected]
--- rules.save  2026-02-27 15:34:37.429371725 -0500
+++ rules       2026-02-27 15:35:26.476168287 -0500
@@ -25,6 +25,11 @@
        export DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc--param 
-optcggc-min-expand=10"
 endif
 
+# Disable tests on hppa due to memory constraints
+ifneq (,$(filter $(DEB_BUILD_ARCH),hppa))
+       export DEB_ENABLE_TESTS = no
+endif
+
 # Disable tests on powerpc due to memory constraints
 ifneq (,$(filter $(DEB_BUILD_ARCH),powerpc))
        export DEB_ENABLE_TESTS = no

Reply via email to