Skip to content

Commit 1d5c9f3

Browse files
committed
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]
1 parent 4595edd commit 1d5c9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-xapian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# Sphinx required to build the xapian python bindings. Use 1.8.5 on
8383
# older python and newest on newer.
8484
pip install sphinx
85-
XAPIAN_VER="1.4.25"; echo $XAPIAN_VER;
85+
XAPIAN_VER="1.4.22"; echo $XAPIAN_VER;
8686
cd /tmp
8787
curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz
8888
tar -Jxvf xapian-bindings-$XAPIAN_VER.tar.xz

0 commit comments

Comments
 (0)