From 4ded4c6b7132e6efcad8b393b390478aff26a8b2 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 3 Feb 2025 12:21:28 +0000 Subject: [PATCH] gnu: go-github-com-cespare-xxhash-v2: Skip dynamic and benchmark tests. Reported in #75970 by Roman Scherer . Tests containing in "dynamic" directory fail to find ld on aarch64-linux system, these changes limit the number of tests to current project's root and "xxhsum" subdir. * gnu/packages/golang-crypto.scm (go-github-com-cespare-xxhash-v2) [arguments] : Limit to "xxhsum" and project's root. Change-Id: Id67a33c313e127ffafbcf64da01515a6a3cc96fc --- gnu/packages/golang-crypto.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index 75c56684d4c166ddc6c50fae5811d7fa3dce2629..4938fee70a15b0e8943d5167d9a7d4b4b42f73a2 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm @@ -446,6 +446,7 @@ described at @url{https://xxhash.com/}.") (arguments (list #:import-path "github.com/cespare/xxhash/v2" + #:test-subdirs #~(list "xxhsum/..." ".") #:phases #~(modify-phases %standard-phases (replace 'check