Skip to content

Commit db81f9e

Browse files
committed
prohibit static builds with libxml2-2.9.12, see https://gitlab.gnome.org/GNOME/libxslt/-/issues/52
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
1 parent 609fac7 commit db81f9e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/manylinux2010.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
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

.github/workflows/sdist.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
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

0 commit comments

Comments
 (0)