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 Nov 16, 2022
1 parent e58fd4e commit 683dde2
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 @@ -89,7 +85,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.0.0
uses: docker/setup-qemu-action@v2.1.0
if: runner.os == 'Linux' && ((matrix.use_qemu) && fromJSON(env.USE_QEMU))

- name: Build wheels
Expand Down

0 comments on commit 683dde2

Please sign in to comment.