Skip to content

Commit 9352c77

Browse files
committed
wheels: drop musllinux 1.1
> musl libc 1.1 is EOL and Alpine Linux 3.12 also (support ended 2 years ago, May 1st, 2022). pypa/manylinux#1629
1 parent d1a06af commit 9352c77

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.circleci/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,6 @@ workflows:
8888
only: /.*/
8989
build: "*manylinux*"
9090
image: quay.io/pypa/manylinux_2_28_aarch64
91-
- arm-wheels:
92-
name: arm-wheels-musllinux_1_1
93-
filters:
94-
tags:
95-
only: /.*/
96-
build: "*musllinux*"
97-
image: quay.io/pypa/musllinux_1_1_aarch64
9891
- arm-wheels:
9992
name: arm-wheels-musllinux_1_2
10093
filters:

.github/workflows/wheels.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
include:
2424
- image: manylinux_2_28_x86_64
2525
build: "*manylinux*"
26-
- image: musllinux_1_1_x86_64
27-
build: "*musllinux*"
2826
- image: musllinux_1_2_x86_64
2927
build: "*musllinux*"
3028

0 commit comments

Comments
 (0)