Skip to content

Commit 8d5502d

Browse files
committed
check
1 parent 350a144 commit 8d5502d

File tree

2 files changed

+2
-50
lines changed

2 files changed

+2
-50
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -36,60 +36,12 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
include:
39-
- os: ubuntu-latest
40-
arch: "x86_64"
41-
build: "manylinux_"
42-
- os: ubuntu-latest
43-
arch: "x86_64"
44-
build: "musllinux_"
4539
- os: ubuntu-latest
4640
arch: "i686"
4741
build: "manylinux_"
4842
- os: ubuntu-latest
4943
arch: "i686"
5044
build: "musllinux_"
51-
- os: ubuntu-24.04-arm
52-
arch: "aarch64"
53-
build: "manylinux_"
54-
- os: ubuntu-24.04-arm
55-
arch: "aarch64"
56-
build: "musllinux_"
57-
- os: ubuntu-latest
58-
arch: "ppc64le"
59-
build: "manylinux_"
60-
- os: ubuntu-latest
61-
arch: "ppc64le"
62-
build: "musllinux_"
63-
- os: ubuntu-latest
64-
arch: "s390x"
65-
build: "manylinux_"
66-
- os: ubuntu-latest
67-
arch: "s390x"
68-
build: "musllinux_"
69-
- os: ubuntu-latest
70-
arch: "riscv64"
71-
build: "manylinux_"
72-
- os: ubuntu-latest
73-
arch: "riscv64"
74-
build: "musllinux_"
75-
- os: ubuntu-24.04-arm
76-
arch: "armv7l"
77-
build: "manylinux_"
78-
- os: ubuntu-24.04-arm
79-
arch: "armv7l"
80-
build: "musllinux_"
81-
- os: windows-2022
82-
arch: "AMD64"
83-
build: ""
84-
- os: windows-11-arm
85-
arch: "ARM64"
86-
build: ""
87-
- os: windows-2022
88-
arch: "x86"
89-
build: ""
90-
- os: macos-14
91-
arch: "universal2"
92-
build: ""
9345

9446
steps:
9547
- uses: actions/checkout@v5

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ 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 = "./scripts/manylinux-build-and-install-openssl.sh"
125125
inherit.environment = "prepend"
126-
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" }
126+
environment = { PKG_CONFIG_PATH = "/usr/local/ssl/lib/pkgconfig" }
127127
inherit.environment-pass = "prepend"
128128
environment-pass = ["RUNNER_ARCH"]
129129
inherit.config-settings = "prepend"

0 commit comments

Comments
 (0)