From 5725688923c6bfea89e6a8aed91e88bc9ef6cf49 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 30 Nov 2024 19:52:25 +0000 Subject: [PATCH] gnu: imppg: Disable tests on non x86_64 architectures. Tests regretion after update to the latest version as seen in CI log . * gnu/packages/astronomy.scm (imppg) [arguments]: Silent tests on non x86_64 architectures, report upstream as well. Change-Id: I875350ac60dc2f6a72eb1216a614d8943d41f9ed --- gnu/packages/astronomy.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index f400877ffe..ff949146a7 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -916,6 +916,10 @@ (define-public imppg (sha256 (base32 "13kqvl9ay4x0ia7iikxbhg96pp46f1awr382p05gxdvsxksq900v")))) (build-system cmake-build-system) + (arguments + (list + ;; See . + #:tests? (target-x86-64?))) (native-inputs (list boost pkg-config)) (inputs