public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/guidelines-support-library] epel9: Disabled tests again (requires Internet connection).
@ 2026-09-06 5:05 Vitaly Zaitsev
0 siblings, 0 replies; only message in thread
From: Vitaly Zaitsev @ 2026-09-06 5:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/guidelines-support-library
Branch : epel9
Commit : d4f2959c363af3bb42d99d17d09a38bdd5f792f8
Author : Vitaly Zaitsev <vitaly@easycoding.org>
Date : 2020-06-05T17:59:21+02:00
Stats : +1/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/guidelines-support-library/c/d4f2959c363af3bb42d99d17d09a38bdd5f792f8?branch=epel9
Log:
Disabled tests again (requires Internet connection).
---
diff --git a/guidelines-support-library.spec b/guidelines-support-library.spec
index b34024b..9f28820 100644
--- a/guidelines-support-library.spec
+++ b/guidelines-support-library.spec
@@ -13,7 +13,6 @@ BuildRequires: ninja-build
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: gcc
-BuildRequires: git
%description
Header-only %{summary}.
@@ -34,16 +33,11 @@ sed -e '/-Werror/d' -i tests/CMakeLists.txt
pushd %{_target_platform}
%cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
- -DGSL_TEST:BOOL=ON \
+ -DGSL_TEST:BOOL=OFF \
..
popd
%ninja_build -C %{_target_platform}
-%check
-pushd %{_target_platform}
- ctest --output-on-failure
-popd
-
%install
%ninja_install -C %{_target_platform}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-06 5:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-06 5:05 [rpms/guidelines-support-library] epel9: Disabled tests again (requires Internet connection) Vitaly Zaitsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox