Skip to content

Commit cfc3634

Browse files
Update Build_wheels_for_cpython312_x86_u16.yml
1 parent 85548c3 commit cfc3634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build_wheels_for_cpython312_x86_u16.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
getpipurl: https://bootstrap.pypa.io/pip/get-pip.py
2727
pypkg: python3.12
2828
#pypkgadd: python3.12-distutils
29-
pyengine_tag: cp312-cp3112
29+
pyengine_tag: cp312-cp312
3030
libc_tag: manylinux_2_4
3131
steps:
3232
- name: Checkout code
@@ -106,7 +106,7 @@ jobs:
106106
- name: Test wheel for ${{matrix.os.pypkg}} ${{matrix.os.arch}}
107107
if: matrix.os.matrix == 'linux'
108108
run: |
109-
sudo chroot ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} find /build_wheel/
109+
false && sudo chroot ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} find /build_wheel/
110110
sudo cp -v glibc-check.sh ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}}/build_wheel/zstd-${{matrix.os.version}}/
111111
sudo chroot ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} /bin/bash -c "cd /build_wheel/zstd-${{matrix.os.version}}/ ls -lh build/*/zstd.*.so; ldd build/*/zstd.*.so; file build/*/zstd.*.so; bash ./glibc-check.sh build/*/zstd.*.so"
112112
sudo chroot ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} /bin/bash -c "cd /build_wheel/zstd-${{matrix.os.version}} && ${{matrix.os.pypkg}} setup.py test"

0 commit comments

Comments
 (0)