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
This commit is contained in:
Rutherther 2026-01-21 14:23:26 +01:00
parent 88f0151d9f
commit 4470dd7386
No known key found for this signature in database
GPG key ID: 0322798269E471C3

View file

@ -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