Skip to content

Commit 4bf253b

Browse files
Update and rename Build_wheels_for_cpython310_x86.yml to Build_wheels_for_cpython310_x86_u16.yml
1 parent 3aaede5 commit 4bf253b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/Build_wheels_for_cpython310_x86.yml renamed to .github/workflows/Build_wheels_for_cpython310_x86_u16.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os:
17-
- name: Ubuntu 20+20 i386 CPython 3.10
18-
runs-on: ubuntu-20.04
17+
- name: Ubuntu 20+16 i386 CPython 3.10
18+
runs-on: ubuntu-latest
1919
matrix: linux
2020
arch: i386
2121
tag_arch: i686
22-
release: focal
22+
release: xenial
2323
mirror: http://azure.archive.ubuntu.com/ubuntu
2424
version: 1.5.6.3
2525
pyver: "3.10"
2626
getpipurl: https://bootstrap.pypa.io/pip/get-pip.py
2727
pypkg: python3.10
2828
pypkgadd: python3.10-distutils
2929
pyengine_tag: cp310-cp310
30-
libc_tag: manylinux_2_17
30+
libc_tag: manylinux_2_4
3131
steps:
3232
- name: Checkout code
3333
uses: actions/checkout@v4
@@ -108,7 +108,8 @@ jobs:
108108
if: matrix.os.matrix == 'linux'
109109
run: |
110110
sudo chroot ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} find /build_wheel/
111-
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; wget https://gist.githubusercontent.com/fasterthanlime/17e002a8f5e0f189861c/raw/09e8866f1df83a51aa579e7dc425405ce93be7ab/glibc-check.sh; bash ./glibc-check.sh build/*/zstd.so"
111+
sudo cp -v glibc-check.sh ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}}/build_wheel/zstd-${{matrix.os.version}}/
112+
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"
112113
sudo chroot ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} /bin/bash -c "cd /build_wheel/zstd-${{matrix.os.version}} && python${{matrix.os.pyver}} setup.py test"
113114
114115
- name: Pepare wheel for upload

0 commit comments

Comments
 (0)