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