Skip to content

Commit 256cba3

Browse files
committed
ci(windows): only amd64
1 parent 261651b commit 256cba3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cuda_bindings/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ environment-pass = ["CUDA_PATH"]
123123
environment = { CUDA_HOME = "/host/$CUDA_PATH" }
124124

125125
[tool.cibuildwheel.windows]
126+
archs = "AMD64"
126127
before-build = "pip install delvewheel"
127128
repair-wheel-command = "delvewheel repair --namespace-pkg cuda -w {dest_dir} {wheel}"
128129
environment = { CUDA_HOME = "$(cygpath -w $CUDA_PATH)" }

cuda_core/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,6 @@ environment-pass = ["CUDA_PYTHON_PARALLEL_LEVEL"]
118118
archs = "native"
119119

120120
[tool.cibuildwheel.windows]
121+
archs = "AMD64"
121122
before-build = "pip install delvewheel"
122123
repair-wheel-command = "delvewheel repair --namespace-pkg cuda -w {dest_dir} {wheel}"

0 commit comments

Comments
 (0)