File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,10 +93,13 @@ jobs:
9393 CIBW_ENVIRONMENT_LINUX : >
9494 VCPKG_FEATURE_FLAG="binarycaching"
9595 VCPKG_BINARY_SOURCES="clear;files,/output/.vcpkg-cache,readwrite"
96- CC : gcc-13
97- CXX : g++-13
96+ CC=gcc-13
97+ CXX=g++-13
98+ CIBW_ENVIRONMENT_MACOS : >
99+ CC=clang
100+ CXX=clang++
98101 CIBW_ARCHS : auto64
99- MACOSX_DEPLOYMENT_TARGET : 14 .0
102+ MACOSX_DEPLOYMENT_TARGET : 11 .0
100103 CIBW_BUILD : " ${{ matrix.os_dist.dist }}"
101104
102105 # Linux unlike windows/macos doesn't run cibuildwheel natively but rather in a container
@@ -106,6 +109,7 @@ jobs:
106109 CIBW_BEFORE_ALL_LINUX : |
107110 dnf install -y zip
108111 dnf install -y unzip
112+ dnf install -y curl ca-certificates libcurl openssl zlib libssh2
109113 echo "Copying vcpkg cache into container..."
110114 mkdir -p /output/.vcpkg-cache
111115 if [ -d /host${{ github.workspace }}/.vcpkg-cache ]; then
You can’t perform that action at this time.
0 commit comments