changeset 7948:ff05fd2a95c4

test: see if xapian 1.4.25 will build with 3.13beta1 issue2551338 xapian doesn't build in CI for 3.13 python 1.4.25 fails as well. Disabling xapian again. [skip travis]
author John Rouillard <rouilj@ieee.org>
date Sun, 12 May 2024 19:03:24 -0400
parents ff434d134921
children 5cc2d0001723
files .github/workflows/ci-test.yml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml	Sun May 12 18:55:52 2024 -0400
+++ b/.github/workflows/ci-test.yml	Sun May 12 19:03:24 2024 -0400
@@ -224,7 +224,7 @@
               pip install Markdown; fi
 
       - name: Install xapian
-        if: matrix.python-version != '3.14'
+        if: matrix.python-version != '3.13'
         run: |
           set -xv
           sudo apt-get install libxapian-dev
@@ -259,7 +259,7 @@
             diff -u configure.FCS configure || true; \
             ./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \
           fi
-          case "$PYTHON_VERSION" in "3.14") echo skipping xapian build;; *) make && sudo make install; esac
+          case "$PYTHON_VERSION" in "3.13") echo skipping xapian build;; *) make && sudo make install; esac
 
       - name: Test build roundup and install locale so lang tests work.
         run: |

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