File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3131 os : [ubuntu-latest, ubuntu-24.04-arm]
3232 steps :
3333 - uses : actions/checkout@v5
34+ - name : Setup tmate session
35+ uses : mxschmitt/action-tmate@v3
3436 - name : Build and test wheels
3537 run : ./ci/build_linux_wheels.py --arch ${{ runner.arch }}
Original file line number Diff line number Diff line change 6767'''
6868
6969DEFAULT_X86_IMAGES = [
70+ "quay.io/pypa/musllinux_1_2_x86_64:latest" ,
7071 "quay.io/pypa/manylinux2014_x86_64:latest" ,
7172 # "quay.io/pypa/manylinux_2_28_x86_64:latest",
7273
7374 # bazel binaries do not work with musl
74- # "quay.io/pypa/musllinux_1_2_x86_64:latest",
7575]
7676
7777DEFAULT_AARCH64_IMAGES = [
7878 "quay.io/pypa/manylinux2014_aarch64:latest" ,
7979 # "quay.io/pypa/manylinux_2_28_aarch64:latest",
8080
8181 # bazel binaries do not work with musl
82- # "quay.io/pypa/musllinux_1_2_aarch64:latest",
82+ "quay.io/pypa/musllinux_1_2_aarch64:latest" ,
8383]
8484
8585ARCH_ALIASES = {
You can’t perform that action at this time.
0 commit comments