File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments