Mercurial > p > roundup > code
changeset 8157:7c9d209b598a
set xapian version 1.4.22 - xapian doesn't build in CI for 3.13 python
force xapian version to 1.4.22 to match installed version
(was forced to 1.4.25)
Still ubuntu-24.04 with python 3.13.
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 11 Nov 2024 13:24:31 -0500 |
| parents | 131c962fb6af |
| children | 9fe279eef724 |
| files | .github/workflows/build-xapian.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/build-xapian.yml Mon Nov 11 13:16:48 2024 -0500 +++ b/.github/workflows/build-xapian.yml Mon Nov 11 13:24:31 2024 -0500 @@ -82,7 +82,7 @@ # Sphinx required to build the xapian python bindings. Use 1.8.5 on # older python and newest on newer. pip install sphinx - XAPIAN_VER="1.4.25"; echo $XAPIAN_VER; + XAPIAN_VER="1.4.22"; echo $XAPIAN_VER; cd /tmp curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz tar -Jxvf xapian-bindings-$XAPIAN_VER.tar.xz
