From 6bd382feb2d7e998a4957b70dedc307f1033fb46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Thu, 26 May 2022 12:15:10 +0200 Subject: [PATCH] enable python-debug for centos as well can't reproduce ubuntu fail on fedora locally --- .github/workflows/build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9f0d56351..5b8cc32e9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -421,6 +421,11 @@ jobs: run: | dnf install -y gcc gcc-c++ cmake libuuid-devel openssl-devel cyrus-sasl-devel cyrus-sasl-plain swig python3-devel python3-debug python3-pip make libwebsockets-devel libnghttp2-devel ccache libasan libubsan libtsan + - name: CentOS 8 python3.6-debug needs this to build pip packages from source in next step + if: ${{ matrix.container == 'centos' }} + run: | + dnf install -y libxml2-devel libxslt-devel + - name: Install Python build dependencies run: ${{matrix.python}} -m pip install setuptools wheel tox