Commit 63753da
authored
feat: gcc is too slow on manylinux_s390x, use clang (#1885)
manylinux_s390x uses native gcc (Tier-3) but it's too slow on GHA and we will be reaching job time limit with CPython 3.15.
Move to clang on s390x in order to reduce build time even though it's not supported by CPython.1 parent 2bb5e7e commit 63753da
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments