public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cryptopp] rawhide: Fixup s390x test
@ 2026-08-03 14:48 Nicolas Chauvet
0 siblings, 0 replies; only message in thread
From: Nicolas Chauvet @ 2026-08-03 14:48 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cryptopp
Branch : rawhide
Commit : 042155e6f1254d4caef3570a20e1c13d3dfd5aba
Author : Nicolas Chauvet <kwizart@gmail.com>
Date : 2026-08-03T16:48:10+02:00
Stats : +4/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cryptopp/c/042155e6f1254d4caef3570a20e1c13d3dfd5aba?branch=rawhide
Log:
Fixup s390x test
---
diff --git a/cryptopp.spec b/cryptopp.spec
index 5155212..8599d19 100644
--- a/cryptopp.spec
+++ b/cryptopp.spec
@@ -107,9 +107,11 @@ mv build-static %{__cmake_builddir}
%check
# Disabled on s390x
# https://github.com/cryptopp-modern/cryptopp-modern/issues/65
-%ctest \
%ifarch s390x
- || :
+%ctest || :
+%else
+%ctest
+%endif
%files
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 14:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 14:48 [rpms/cryptopp] rawhide: Fixup s390x test Nicolas Chauvet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox