Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(CI): run tests on CentOS 7 #494

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mayeut
Copy link
Contributor

@mayeut mayeut commented Apr 29, 2023

Towards getting reproducers/non-regression tests for #492 which is OS dependent.

fix test build issue:
```
gcc -pie -g -O2 -Wl,--disable-new-dtags -Wl,-rpath-link=. -L.    -o many-syms-main many_syms_main-many-syms-main.o -lmany-syms
/opt/rh/devtoolset-10/root/usr/libexec/gcc/s390x-redhat-linux/10/ld: many_syms_main-many-syms-main.o: `f1' non-PLT reloc for symbol defined in shared library and accessed from executable (rebuild file with -fPIC ?)
/opt/rh/devtoolset-10/root/usr/libexec/gcc/s390x-redhat-linux/10/ld: final link failed: bad value
```
make -j$(nproc) check || (cat tests/test-suite.log; exit 1)
EOF

docker run -v $(pwd):/gha quay.io/pypa/manylinux2014_${{ matrix.platform }}:latest sh -ec "cd /gha && sh ./build.sh"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What would we need to upgrade to next year when centos 7 is EOL? https://wiki.centos.org/About/Product

Copy link
Contributor Author

@mayeut mayeut Apr 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think either ubuntu 18.04 or AlmaLinux 8 (/manylinux_2_28 which avoid installing a bunch of packages).
I could try to add it now to just be able to drop centos 7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants