Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Feb 4, 2024
1 parent 45a0fe3 commit d45955c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build-verbosity = 3
build = "cp310-*"
skip = ["*-manylinux_i686", "*-musllinux*"]
manylinux-aarch64-image = "manylinux_2_28"
manylinux-x86_64-image = "ghcr.io/makslevental/manylinux-cuda/manylinux_2_28_x86_64_cuda_12.0:main"
manylinux-x86_64-image = "sameli/manylinux_2_28_x86_64_cuda_12.3"

[tool.cibuildwheel.linux]
environment = { PATH = "/usr/lib/ccache:/usr/lib64/ccache:/usr/lib/ccache/bin:$PATH", PIP_FIND_LINKS = "https://github.com/makslevental/mlir-wheels/releases/expanded_assets/latest" }
Expand Down
2 changes: 1 addition & 1 deletion python_bindings/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before-all = [
"rm -rf *egg*",
]
manylinux-aarch64-image = "manylinux_2_28"
manylinux-x86_64-image = "ghcr.io/makslevental/manylinux-cuda/manylinux_2_28_x86_64_cuda_12.0:main"
manylinux-x86_64-image = "sameli/manylinux_2_28_x86_64_cuda_12.3"

[tool.cibuildwheel.linux]
build = "cp38-* cp39-* cp310-* cp311-* cp312-*"
Expand Down

0 comments on commit d45955c

Please sign in to comment.