Skip to content

Commit b1e9f98

Browse files
committed
chore(ci): use manylinux clang install script
1 parent 5d46488 commit b1e9f98

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
@@ -105,7 +105,7 @@ manylinux-aarch64-image = "manylinux2014"
105105
manylinux-ppc64le-image = "manylinux2014"
106106
manylinux-s390x-image = "manylinux2014"
107107
manylinux-armv7l-image = "manylinux_2_31"
108-
manylinux-riscv64-image = "ghcr.io/mayeut/manylinux_2_31:2025.11.22-1"
108+
manylinux-riscv64-image = "ghcr.io/mayeut/manylinux_2_31:2026.06.16-1"
109109
musllinux-x86_64-image = "musllinux_1_2"
110110
musllinux-i686-image = "musllinux_1_2"
111111
musllinux-aarch64-image = "musllinux_1_2"
@@ -121,7 +121,7 @@ environment = { MACOSX_DEPLOYMENT_TARGET = "10.10" }
121121

122122
[[tool.cibuildwheel.overrides]]
123123
select = "*-*linux*"
124-
before-all = "./scripts/install-static-clang.sh && ./scripts/manylinux-build-and-install-openssl.sh"
124+
before-all = "manylinux-install-clang && ./scripts/manylinux-build-and-install-openssl.sh"
125125
inherit.environment = "prepend"
126126
environment = { CC = "/opt/clang/bin/clang", CXX = "/opt/clang/bin/clang++", LDFLAGS = "-fuse-ld=lld -Wl,--build-id", PKG_CONFIG_PATH = "/usr/local/ssl/lib/pkgconfig" }
127127
inherit.environment-pass = "prepend"

scripts/install-static-clang.sh

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

0 commit comments

Comments
 (0)