Skip to content

Commit 3ecaa2f

Browse files
committed
cibuildwheel musllinux: pin to older image pypa/manylinux#1795
1 parent 5449639 commit 3ecaa2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ workflows:
9898
tags:
9999
only: /.*/
100100
build: "*musllinux*"
101-
image: quay.io/pypa/musllinux_1_2_aarch64
101+
image: quay.io/pypa/musllinux_1_2_aarch64:2025.02.02-1

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
include:
2323
- image: manylinux_2_28_x86_64
2424
build: "*manylinux*"
25-
- image: musllinux_1_2_x86_64
25+
- image: musllinux_1_2_x86_64:2025.02.02-1
2626
build: "*musllinux*"
2727

2828
steps:

0 commit comments

Comments
 (0)