Skip to content

Commit

Permalink
test: see if xapian will build with 3.13beta1
Browse files Browse the repository at this point in the history
issue2551338 xapian doesn't build in CI for 3.13 python

Still failing with 3.13beta1. Disable xapian build.

[skip travis]
  • Loading branch information
rouilj committed May 12, 2024
1 parent 3d7d1eb commit 3451bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
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
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
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: |
Expand Down

0 comments on commit 3451bb9

Please sign in to comment.