Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Oct 17, 2024
1 parent 811001e commit d19b659
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,23 @@ jobs:
with:
only: ${{ matrix.wheel-config }}
env:
CIBW_ENVIRONMENT_LINUX: PIP_VERBOSE=1 HICTK_CI=1 CONAN_HOME='/host${{ env.CONAN_HOME }}'
CIBW_ENVIRONMENT_MACOS: CC=clang CXX=clang++ PIP_VERBOSE=1 HICTK_CI=1 MACOSX_DEPLOYMENT_TARGET=10.15
CIBW_ENVIRONMENT_WINDOWS: PIP_VERBOSE=1 HICTK_CI=1
CIBW_ENVIRONMENT_PASS_LINUX: CONAN_HOME HICTKPY_CONAN_INSTALL_ARGS
CIBW_ENVIRONMENT_LINUX: >
PIP_VERBOSE=1
HICTK_CI=1
CONAN_HOME='/host${{ env.CONAN_HOME }}'
CIBW_ENVIRONMENT_MACOS: >
CC=clang
CXX=clang++
PIP_VERBOSE=1
HICTK_CI=1
MACOSX_DEPLOYMENT_TARGET=10.15
HICTKPY_CONAN_INSTALL_ARGS="${{ env.HICTKPY_CONAN_INSTALL_ARGS }};-s:h os.version=${{ env.MACOSX_DEPLOYMENT_TARGET }}"
CIBW_ENVIRONMENT_WINDOWS: >
PIP_VERBOSE=1
HICTK_CI=1
CIBW_ENVIRONMENT_PASS_LINUX: >
CONAN_HOME
HICTKPY_CONAN_INSTALL_ARGS
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28

Expand Down

0 comments on commit d19b659

Please sign in to comment.