Skip to content

Commit ca8ee5d

Browse files
committed
ci: fix repair-wheel-command
1 parent b1df4bc commit ca8ee5d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,12 @@ test-skip = "*_riscv64" # riscv64 cannot install test packages (e.g. numpy, sci
107107

108108
[tool.cibuildwheel.linux]
109109
before-build = "command -v dnf && dnf install -y openssl-devel || (command -v apk && apk add --no-cache openssl-dev) || true"
110-
repair-wheel-command = "auditwheel repair --exclude 'libcu*' -w {dest_dir} {wheel}" # don't bundle CUDA libraries
111110

112111
[tool.cibuildwheel.linux.environment]
113112
CMAKE_ARGS = "-DGGML_NATIVE=OFF"
114113

115114
[tool.cibuildwheel.macos.environment]
116115
CMAKE_ARGS = "-DGGML_NATIVE=OFF"
116+
117+
[tool.cibuildwheel.windows]
118+
repair-wheel-command = "pipx run delvewheel repair --analyze-existing --ignore-existing -w {dest_dir} {wheel}"

0 commit comments

Comments
 (0)