Skip to content

Commit

Permalink
test: get xapian working under github actions and python 3.13
Browse files Browse the repository at this point in the history
issue2551338 xapian doesn't build in CI for 3.13 python

binary search for working version of xapain tarball. try 1.4.22

[skip travis]
  • Loading branch information
rouilj committed May 12, 2024
1 parent 76a99db commit 353371f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-xapian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# Sphinx required to build the xapian python bindings. Use 1.8.5 on
# older python and newest on newer.
if [[ $PYTHON_VERSION == '3.'* ]] ; then pip install sphinx; fi
XAPIAN_VER="1.4.24"; 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
Expand Down

0 comments on commit 353371f

Please sign in to comment.