gnu: go-github-com-prometheus-client-golang: Disable tests on non 64bit architecture. As seen in CI <https://ci.guix.gnu.org/build/5483940/log/raw>. * gnu/packages/gnu/packages/prometheus.scm (go-github-com-prometheus-client-golang): Disable tests on non 64bit architecture. Change-Id: Ic2f23e1aec24e72056741d4f6fe1fa479bf5e60e
1 files changed, 4 insertions(+), 0 deletions(-) M gnu/packages/prometheus.scm
M gnu/packages/prometheus.scm => gnu/packages/prometheus.scm +4 -0
@@ 142,6 142,10 @@ registry.") (build-system go-build-system) (arguments (list ;; XXX: Check if the most of the tests may be enabled: ;; api/prometheus/v1/api_test.go:1063:23: cannot use 1634644800304 ;; (untyped int constant) as int value in map literal (overflows) #:tests? (target-64bit?) #:import-path "github.com/prometheus/client_golang" #:phases #~(modify-phases %standard-phases