17aa40
From b029865ef6d8b23ecdbfda4e277a3f75cb59ee94 Mon Sep 17 00:00:00 2001
eb17d3
From: David Tardon <dtardon@redhat.com>
eb17d3
Date: Mon, 25 Oct 2021 15:27:27 +0200
eb17d3
Subject: [PATCH] Disable libpitc to fix CentOS Stream CI
eb17d3
eb17d3
We have disabled it in our spec starting with 8.5.0, so let's follow
eb17d3
suit here.
eb17d3
17aa40
Related: #2017033
eb17d3
---
eb17d3
 .github/workflows/unit_tests.sh | 2 +-
eb17d3
 1 file changed, 1 insertion(+), 1 deletion(-)
eb17d3
eb17d3
diff --git a/.github/workflows/unit_tests.sh b/.github/workflows/unit_tests.sh
17aa40
index ad4584ec1d..def38bffe2 100755
eb17d3
--- a/.github/workflows/unit_tests.sh
eb17d3
+++ b/.github/workflows/unit_tests.sh
eb17d3
@@ -50,7 +50,7 @@ CONFIGURE_OPTS=(
eb17d3
     -Dgnutls=true
eb17d3
     -Dmicrohttpd=true
eb17d3
     -Dlibidn2=true
eb17d3
-    -Dlibiptc=true
eb17d3
+    -Dlibiptc=false
eb17d3
     -Dlibcurl=true
eb17d3
     -Defi=true
eb17d3
     -Dtpm=true