Skip to content

Commit

Permalink
enable python-debug for centos as well
Browse files Browse the repository at this point in the history
can't reproduce ubuntu fail on fedora locally
  • Loading branch information
jiridanek committed May 26, 2022
1 parent 1702207 commit 6bd382f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6bd382f

Please sign in to comment.