This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch jiridanek-patch-3 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
commit fd00ee440eca8cfe8ffdb14802d2267f1767c18f Author: Jiri Daněk <jda...@redhat.com> AuthorDate: Mon May 10 17:09:50 2021 +0200 NO-JIRA Reenable GHA Docs job after Ubuntu PPA update --- .github/workflows/build.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8a253a7..e8759f6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -239,7 +239,6 @@ jobs: docs: name: 'Docs (${{ matrix.os }})' runs-on: ${{ matrix.os }} - if: ${{ false }} # disabled until Proton 0.34.0 Ubuntu package is published strategy: matrix: os: [ ubuntu-20.04 ] @@ -267,10 +266,6 @@ jobs: run: | sudo apt install -y libqpid-proton-proactor1-dev python3-qpid-proton libpython3-dev libwebsockets-dev libnghttp2-dev - - name: "Workaround for: make[3]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libqpid-proton-core.so', needed by 'src/libqpid-dispatch.so'. Stop." - if: ${{ runner.os == 'Linux' }} - run: sudo ln -s /usr/lib/x86_64-linux-gnu/libqpid-proton-core.so.10 /usr/lib/x86_64-linux-gnu/libqpid-proton-core.so - - name: Install Linux docs dependencies if: ${{ runner.os == 'Linux' }} run: | --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org