~ruther/guix-local

4470dd7386d991f27d55048223a71d583eb144f3 — Rutherther a month ago 88f0151
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
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/jemalloc.scm
M gnu/packages/jemalloc.scm => gnu/packages/jemalloc.scm +2 -0
@@ 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