summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRutherther <rutherther@ditigal.xyz>2026-01-21 14:23:26 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-21 14:23:26 +0100
commit4470dd7386d991f27d55048223a71d583eb144f3 (patch)
tree7b3a831000782148b76dfcd5d4bbe42fdc0841f4 /gnu
parent88f0151d9f85a56cc0b32a192079f82fc01df470 (diff)
gnu: jemalloc: Disable tests on armhf.
Jemalloc can't be built on CI. * gnu/packages/jemalloc.scm (jemalloc): Disable tests on armhf. Change-Id: Iebc5ec7cbe43f4ccbc93569fc6a43e2b5d035fbe
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/jemalloc.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/jemalloc.scm b/gnu/packages/jemalloc.scm
index b5fdd399211..aaa7eee0a04 100644
--- a/gnu/packages/jemalloc.scm
+++ b/gnu/packages/jemalloc.scm
@@ -48,6 +48,8 @@
(build-system gnu-build-system)
(arguments
(list
+ #:tests? (and (not (%current-target-system))
+ (not (target-arm32?)))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'delete-thp-test