Skip to content

Commit

Permalink
revert change for manylinux and increase build verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
wlav committed Oct 11, 2023
1 parent f807bcb commit b6487ee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cling-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
CLING_CMAKE_BUILD_TARGET: "${{ matrix.cibw.arch || '' }}"
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.manylinux_image }}
CIBW_BUILD_VERBOSITY: 1

strategy:
fail-fast: false
Expand All @@ -51,13 +52,13 @@ jobs:
- os: ubuntu-latest
name: manylinux2014-x86_64
python: 310
platform_id: manylinux2014_x86_64
platform_id: manylinux_x86_64
manylinux_image: manylinux2014

- os: ubuntu-latest
name: manylinux2014-i686
python: 310
platform_id: manylinux2014_i686
platform_id: manylinux_i686
manylinux_image: manylinux2014

- os: windows-latest
Expand All @@ -70,7 +71,7 @@ jobs:
python: 310
platform_id: win_amd64

# cross-compilation platform (disabled)
# cross-compilation platform
- os: windows-latest
name: win32-arm64
python: 310
Expand Down

0 comments on commit b6487ee

Please sign in to comment.