Skip to content

Commit 852de93

Browse files
authored
chore(ci): use manylinux clang install script (#351)
1 parent e99aabb commit 852de93

2 files changed

Lines changed: 2 additions & 92 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ manylinux-aarch64-image = "manylinux2014"
9999
manylinux-ppc64le-image = "manylinux2014"
100100
manylinux-s390x-image = "manylinux2014"
101101
manylinux-armv7l-image = "manylinux_2_31"
102-
manylinux-riscv64-image = "ghcr.io/mayeut/manylinux_2_31:2025.11.22-1"
102+
manylinux-riscv64-image = "ghcr.io/mayeut/manylinux_2_31:2026.06.16-1"
103103
musllinux-x86_64-image = "musllinux_1_2"
104104
musllinux-i686-image = "musllinux_1_2"
105105
musllinux-aarch64-image = "musllinux_1_2"
@@ -118,7 +118,7 @@ environment = { MACOSX_DEPLOYMENT_TARGET = "10.9" }
118118

119119
[[tool.cibuildwheel.overrides]]
120120
select = "*-*linux*"
121-
before-all = "./scripts/install-static-clang.sh"
121+
before-all = "manylinux-install-clang"
122122
inherit.environment = "append"
123123
environment = { CC = "/opt/clang/bin/clang", CXX = "/opt/clang/bin/clang++", LDFLAGS = "-fuse-ld=lld" }
124124
inherit.environment-pass = "append"

scripts/install-static-clang.sh

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)