File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1919 - name : Build linux_x86_64 wheel
2020 env :
2121 PYXMLSEC_STATIC_DEPS : true
22+ # disable libxml2-2.9.12 because of https://gitlab.gnome.org/GNOME/libxslt/-/issues/52
23+ PYXMLSEC_LIBXML2_VERSION : 2.9.10
2224 run : |
2325 /opt/python/${{ matrix.python-abi }}/bin/python setup.py bdist_wheel
2426 - name : Label manylinux2010_x86_64 wheel
Original file line number Diff line number Diff line change 1818 - name : Install test dependencies
1919 env :
2020 PYXMLSEC_STATIC_DEPS : true
21+ # disable libxml2-2.9.12 because of https://gitlab.gnome.org/GNOME/libxslt/-/issues/52
22+ PYXMLSEC_LIBXML2_VERSION : 2.9.10
2123 run : |
2224 pip install --upgrade -r requirements-test.txt
2325 pip install dist/xmlsec-$(python setup.py --version).tar.gz
You can’t perform that action at this time.
0 commit comments