File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 2222 - name : Build wheels & test
2323 run : python -m cibuildwheel --output-dir wheelhouse
2424 env :
25- # CIBW_BEFORE_ALL_LINUX: apt-get update && apt-get install -y libpython3-dev libsctp-dev gcc make
26- # Build using the latest manylinux2014 release, instead of the cibuildwheel
27- # pinned version
28- CIBW_MANYLINUX_X86_64_IMAGE : quay.io/pypa/manylinux2014_x86_64:latest
29- CIBW_MANYLINUX_I686_IMAGE : quay.io/pypa/manylinux2014_i686:latest
30- CIBW_BEFORE_ALL_LINUX : >
31- echo "exclude=mirror.es.its.nyu.edu" >> /etc/yum/pluginconf.d/fastestmirror.conf &&
32- rm -f /var/cache/yum/timedhosts.txt &&
33- yum install -y lksctp-tools-devel
25+ CIBW_BEFORE_ALL_LINUX : yum install -y lksctp-tools-devel
3426 # for now just a quick test of loopback
3527 CIBW_TEST_COMMAND : python3 {project}/test_loopback.py
3628 # skipping PyPy and musllinux builds
You can’t perform that action at this time.
0 commit comments