mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
88f0151d9f
commit
4470dd7386
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue