Skip to content

Commit

Permalink
Debug: avoid debuginfo for centos9 due to checksum error
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiusti committed Jul 15, 2024
1 parent f558628 commit 68e0903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ jobs:
run: |
dnf install -y nmap-ncat gdb binutils elfutils elfutils-debuginfod-client findutils file nginx
command -v curl || dnf install -y curl
dnf debuginfo-install -y python3
if [[ "${{ matrix.containerTag }}" != "stream9" ]]; then dnf debuginfo-install -y python3; fi
- name: install qpid-proton python wheel
run: ${PYTHON} -m pip install $(find ${ProtonBuildDir}/python/dist -name 'python_qpid_proton*.whl')
Expand Down

0 comments on commit 68e0903

Please sign in to comment.