Skip to content

Commit

Permalink
[ci] re-enable some qemu builds
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Mar 18, 2024
1 parent 9a4dcdf commit 67c5d5f
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,12 @@ jobs:
arch: "i686"
use_qemu: false
skip: "*musllinux*"
# These take too long to build on Github
#- os: ubuntu-20.04
#arch: "aarch64"
#use_qemu: true
#- os: ubuntu-20.04
#arch: "ppc64le"
#use_qemu: true
#- os: ubuntu-20.04
#arch: "s390x"
#use_qemu: true
- os: self-hosted
arch: "aarch64"
use_qemu: true
- os: self-hosted
arch: "ppc64le"
use_qemu: true
- os: windows-2022
arch: "AMD64"
use_qemu: false
Expand Down Expand Up @@ -93,7 +89,7 @@ jobs:
echo "set(CLANG_TIDY_WHEEL_VERSION ${{ github.event.inputs.wheel_version }})" >> clang-tidy_version.cmake
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.2.0
uses: docker/setup-qemu-action@v2.3.0
if: runner.os == 'Linux' && ((matrix.use_qemu) && fromJSON(env.USE_QEMU))

- name: Build wheels
Expand Down

0 comments on commit 67c5d5f

Please sign in to comment.