This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
commit 9c40a32eef5e2e6388ead55588ff086538d6449b Author: Jiri Daněk <jda...@redhat.com> AuthorDate: Tue Jan 31 08:40:31 2023 +0100 DISPATCH-2356: CFFI Proton now installs whl into dist/, previously it was in pkgs/ --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 204efd3d..a5aae9e8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -158,7 +158,7 @@ jobs: --exclude='qpid-dispatch/build/console' \ qpid-dispatch \ install \ - qpid-proton/build/python/pkgs + qpid-proton/build/python - name: Upload archive uses: actions/upload-artifact@v3 @@ -218,7 +218,7 @@ jobs: run: tar -I pixz -xf archive.tar.xz - name: install qpid-proton python wheel - run: python -m pip install ${ProtonBuildDir}/python/pkgs/python_qpid_proton*.whl + run: python -m pip install $(find ${ProtonBuildDir}/python/ -name 'python_qpid_proton*.whl') - name: CTest working-directory: ${{env.DispatchBuildDir}} @@ -432,7 +432,7 @@ jobs: - name: Install Linux runtime/test dependencies if: ${{ runner.os == 'Linux' }} run: | - yum install -y curl + yum install -y curl findutils - name: Install Linux runtime/test dependencies (for sanitizers) if: ${{ matrix.runtimeCheck != 'OFF' }} @@ -440,7 +440,7 @@ jobs: dnf install -y binutils - name: install qpid-proton python wheel - run: python3 -m pip install ${ProtonBuildDir}/python/pkgs/python_qpid_proton*.whl + run: python3 -m pip install $(find ${ProtonBuildDir}/python/ -name 'python_qpid_proton*.whl') - name: CTest working-directory: ${{env.DispatchBuildDir}} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org