comparison .github/workflows/build-xapian.yml @ 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 6137598ac8b0
comparison
equal deleted inserted replaced
8156:131c962fb6af 8157:7c9d209b598a
80 set -xv 80 set -xv
81 sudo apt-get install libxapian-dev 81 sudo apt-get install libxapian-dev
82 # Sphinx required to build the xapian python bindings. Use 1.8.5 on 82 # Sphinx required to build the xapian python bindings. Use 1.8.5 on
83 # older python and newest on newer. 83 # older python and newest on newer.
84 pip install sphinx 84 pip install sphinx
85 XAPIAN_VER="1.4.25"; echo $XAPIAN_VER; 85 XAPIAN_VER="1.4.22"; echo $XAPIAN_VER;
86 cd /tmp 86 cd /tmp
87 curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz 87 curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz
88 tar -Jxvf xapian-bindings-$XAPIAN_VER.tar.xz 88 tar -Jxvf xapian-bindings-$XAPIAN_VER.tar.xz
89 cd xapian-bindings-$XAPIAN_VER/ 89 cd xapian-bindings-$XAPIAN_VER/
90 # edit the configure script. 90 # edit the configure script.

Roundup Issue Tracker: http://roundup-tracker.org/