File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ jobs:
236236 run : |
237237
238238 export MLIR_INCLUDE_TESTS=OFF
239- export CIBW_ENABLE="cpython-prerelease cpython-freethreading "
239+ export CIBW_ENABLE="cpython-prerelease"
240240 export CIBW_BUILD_VERBOSITY=3
241241 export CIBW_MANYLINUX_AARCH64_IMAGE=quay.io/pypa/manylinux_2_34_aarch64
242242 export CIBW_MANYLINUX_X86_64_IMAGE=quay.io/pypa/manylinux_2_34_x86_64
@@ -246,6 +246,7 @@ jobs:
246246 export CIBW_ENVIRONMENT_PASS_LINUX="CMAKE_CXX_FLAGS CMAKE_C_FLAGS CMAKE_PREFIX_PATH MLIR_DIR WHEEL_VERSION MLIR_INCLUDE_TESTS"
247247 export CIBW_REPAIR_WHEEL_COMMAND_LINUX="LD_LIBRARY_PATH=$CMAKE_PREFIX_PATH/lib auditwheel repair -w {dest_dir} {wheel}"
248248 export CIBW_REPAIR_WHEEL_COMMAND_MACOS="DYLD_LIBRARY_PATH=$CMAKE_PREFIX_PATH/lib delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
249+ export CIBW_REPAIR_WHEEL_COMMAND_WINDOWS=""
249250 $python3_command -m cibuildwheel "$PWD/third_party/llvm-project/mlir/examples/standalone" --output-dir wheelhouse
250251
251252 - name : Upload artifacts
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ before-build = [
9696]
9797
9898[tool .cibuildwheel .windows ]
99+ audit-command = " "
99100before-build = [
100101 " ccache -z"
101102]
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ MLIR_ENABLE_BINDINGS_PYTHON = "ON"
6969MLIR_BINDINGS_PYTHON_NB_DOMAIN = " mlir"
7070
7171[tool .cibuildwheel ]
72- enable = " cpython-prerelease cpython-freethreading "
72+ enable = " cpython-prerelease"
7373build-verbosity = 3
7474manylinux-aarch64-image = " quay.io/pypa/manylinux_2_34_aarch64"
7575manylinux-x86_64-image = " quay.io/pypa/manylinux_2_34_x86_64"
@@ -98,4 +98,4 @@ repair-wheel-command = [
9898[tool .cibuildwheel .windows ]
9999build = " cp310-* cp311-* cp312-* cp313-* cp314-* cp314t-*"
100100skip = [" *-win32" ]
101- # repair-wheel-command = "delvewheel repair -v -w {dest_dir} {wheel} "
101+ repair-wheel-command = " "
You can’t perform that action at this time.
0 commit comments