File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 pypkg : python3.7
2828 pypkgadd : python3.7-distutils
2929 pyengine_tag : cp37-cp37m
30- libc_tag : manylinux_2_17
30+ libc_tag : manylinux_2_4
3131 steps :
3232 - name : Checkout code
3333 uses : actions/checkout@v4
@@ -105,9 +105,9 @@ jobs:
105105 - name : Test wheel for ${{matrix.os.pypkg}} ${{matrix.os.arch}}
106106 if : matrix.os.matrix == 'linux'
107107 run : |
108- sudo chroot ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} find /build_wheel/
108+ false && sudo chroot ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} find /build_wheel/
109109 sudo cp -v glibc-check.sh ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}}/build_wheel/zstd-${{matrix.os.version}}/
110- 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"
110+ sudo chroot ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} /bin/bash -c "cd /build_wheel/zstd-${{matrix.os.version}}/; echo LLH; ls -lh build/*/zstd.*.so; ldd build/*/zstd.*.so ; file build/*/zstd.*.so; bash ./glibc-check.sh build/*/zstd.*.so"
111111
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"
113113
You can’t perform that action at this time.
0 commit comments