Skip to content

Commit 08b48f7

Browse files
committed
test: 1.4.25 get xapian working under github actions and python 3.13
[skip travis]
1 parent e71b969 commit 08b48f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-xapian.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
sudo apt-get install libxapian-dev
8282
# Sphinx required to build the xapian python bindings. Use 1.8.5 on
8383
# older python and newest on newer.
84-
if [[ $PYTHON_VERSION == '3.'* ]] ; then pip install sphinx; fi
85-
XAPIAN_VER="1.4.18"; echo $XAPIAN_VER;
84+
pip install sphinx
85+
XAPIAN_VER="1.4.25"; 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
@@ -92,6 +92,7 @@ jobs:
9292
# 3.11 or newer.
9393
# Change distutils.sysconfig... to just sysconfig and SO
9494
# to EXT_SUFFIX to get valid value.
95+
# DISABLED use their script
9596
if [[ $PYTHON_VERSION == "X."* ]]; then
9697
cp configure configure.FCS;
9798
sed -i \

0 commit comments

Comments
 (0)