From b6487ee7156128f88925f9b77f727197c90096b5 Mon Sep 17 00:00:00 2001 From: Wim Lavrijsen Date: Wed, 11 Oct 2023 16:27:08 -0700 Subject: [PATCH] revert change for manylinux and increase build verbosity --- .github/workflows/cling-wheels.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cling-wheels.yml b/.github/workflows/cling-wheels.yml index f8d7c11e..d741ad60 100644 --- a/.github/workflows/cling-wheels.yml +++ b/.github/workflows/cling-wheels.yml @@ -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 @@ -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 @@ -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