Skip to content

Commit 7ecaf46

Browse files
committed
ci(wheels-macos-x86): try unsetting entire CIBW_ENV var
Signed-off-by: Zach Lewis <[email protected]>
1 parent e0b8ae3 commit 7ecaf46

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -284,17 +284,7 @@ jobs:
284284
CIBW_BUILD: ${{ matrix.python }}
285285
CIBW_ARCHS: ${{ matrix.arch }}
286286
MACOSX_DEPLOYMENT_TARGET: 10.15
287-
#CMAKE_GENERATOR: "Unix Makefiles"
288-
CIBW_ENVIRONMENT: >
289-
CMAKE_C_COMPILER=$(xcrun -find clang)
290-
CMAKE_CXX_COMPILER=$(xcrun -find clang++)
291-
# Add your extra CMake args below (e.g., OpenEXR/Imath pins)
292-
293-
# CMAKE_ARGS="-DCMAKE_FIND_FRAMEWORK=NEVER
294-
# -DCMAKE_NO_SYSTEM_FROM_IMPORTED=ON
295-
# -DCMAKE_POLICY_VERSION_MINIMUM=3.5
296-
# -DOpenEXR_DIR=$PWD/deps/dist/lib/cmake/OpenEXR
297-
# -DImath_DIR=$PWD/deps/dist/lib/cmake/Imath"
287+
CMAKE_GENERATOR: "Unix Makefiles"
298288
# TODO: Re-enable HEIF when we provide a build recipe that does
299289
# not include GPL-licensed dynamic libraries.
300290
USE_Libheif: 'OFF'

0 commit comments

Comments
 (0)