From 5a49b7f5d317a2b2e592c6434fcb580fcf0fdbf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:20:17 +0000 Subject: [PATCH] Bump pypa/cibuildwheel in the github_actions group across 1 directory (#12568) Bumps the github_actions group with 1 update in the / directory: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.17.0 to 2.19.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.17.0...v2.19.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 81433d53058a207ba66a300180664cfdfb1725fa) # Conflicts: # .github/workflows/wheels.yml --- .github/workflows/wheels.yml | 53 ++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 00d336af719f..4acc1c5727dd 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -24,7 +24,17 @@ jobs: - uses: dtolnay/rust-toolchain@1.73 if: runner.os == 'macOS' - name: Build wheels +<<<<<<< HEAD uses: pypa/cibuildwheel@v2.16.5 +======= + uses: pypa/cibuildwheel@v2.19.1 + env: + CIBW_BEFORE_BUILD: 'bash ./tools/build_pgo.sh /tmp/pgo-data/merged.profdata' + CIBW_BEFORE_BUILD_WINDOWS: 'bash ./tools/build_pgo.sh /tmp/pgo-data/merged.profdata && cp /tmp/pgo-data/merged.profdata ~/.' + CIBW_ENVIRONMENT: 'RUSTUP_TOOLCHAIN="stable" RUSTFLAGS="-Cprofile-use=/tmp/pgo-data/merged.profdata -Cllvm-args=-pgo-warn-missing-function"' + CIBW_ENVIRONMENT_LINUX: 'PATH="$PATH:$HOME/.cargo/bin" CARGO_NET_GIT_FETCH_WITH_CLI="true" RUSTUP_TOOLCHAIN="stable" RUSTFLAGS="-Cprofile-use=/tmp/pgo-data/merged.profdata -Cllvm-args=-pgo-warn-missing-function"' + CIBW_ENVIRONMENT_WINDOWS: 'RUSTUP_TOOLCHAIN="stable" RUSTFLAGS="-Cprofile-use=c:\\Users\\runneradmin\\merged.profdata -Cllvm-args=-pgo-warn-missing-function"' +>>>>>>> 81433d530 (Bump pypa/cibuildwheel in the github_actions group across 1 directory (#12568)) - uses: actions/upload-artifact@v4 with: path: ./wheelhouse/*.whl @@ -45,7 +55,11 @@ jobs: python-version: '3.10' - uses: dtolnay/rust-toolchain@stable - name: Build wheels +<<<<<<< HEAD uses: pypa/cibuildwheel@v2.16.5 +======= + uses: pypa/cibuildwheel@v2.19.1 +>>>>>>> 81433d530 (Bump pypa/cibuildwheel in the github_actions group across 1 directory (#12568)) env: CIBW_BEFORE_ALL: rustup target add aarch64-apple-darwin CIBW_ARCHS_MACOS: arm64 universal2 @@ -56,6 +70,33 @@ jobs: with: path: ./wheelhouse/*.whl name: wheels-${{ matrix.os }}-arm +<<<<<<< HEAD +======= + build_wheels_32bit: + name: Build wheels 32bit + runs-on: ${{ matrix.os }} + strategy: + fail-fast: false + matrix: + os: [ubuntu-latest, windows-latest] + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + name: Install Python + with: + python-version: '3.10' + - uses: dtolnay/rust-toolchain@stable + with: + components: llvm-tools-preview + - name: Build wheels + uses: pypa/cibuildwheel@v2.19.1 + env: + CIBW_SKIP: 'pp* cp36-* cp37-* *musllinux* *amd64 *x86_64' + - uses: actions/upload-artifact@v4 + with: + path: ./wheelhouse/*.whl + name: wheels-${{ matrix.os }}-32 +>>>>>>> 81433d530 (Bump pypa/cibuildwheel in the github_actions group across 1 directory (#12568)) upload_shared_wheels: name: Upload shared build wheels runs-on: ubuntu-latest @@ -95,7 +136,11 @@ jobs: with: platforms: all - name: Build wheels +<<<<<<< HEAD uses: pypa/cibuildwheel@v2.16.5 +======= + uses: pypa/cibuildwheel@v2.19.1 +>>>>>>> 81433d530 (Bump pypa/cibuildwheel in the github_actions group across 1 directory (#12568)) env: CIBW_ARCHS_LINUX: s390x CIBW_TEST_SKIP: "cp*" @@ -129,7 +174,11 @@ jobs: with: platforms: all - name: Build wheels +<<<<<<< HEAD uses: pypa/cibuildwheel@v2.16.5 +======= + uses: pypa/cibuildwheel@v2.19.1 +>>>>>>> 81433d530 (Bump pypa/cibuildwheel in the github_actions group across 1 directory (#12568)) env: CIBW_ARCHS_LINUX: ppc64le CIBW_TEST_SKIP: "cp*" @@ -163,7 +212,11 @@ jobs: with: platforms: all - name: Build wheels +<<<<<<< HEAD uses: pypa/cibuildwheel@v2.16.5 +======= + uses: pypa/cibuildwheel@v2.19.1 +>>>>>>> 81433d530 (Bump pypa/cibuildwheel in the github_actions group across 1 directory (#12568)) env: CIBW_ARCHS_LINUX: aarch64 - uses: actions/upload-artifact@v4