Mercurial > p > roundup > code
changeset 7946:7a98b308cdfd
test: see if xapian will build with 3.13beta1
issue2551338 xapian doesn't build in CI for 3.13 python
Still failing with 3.13beta1. Disable xapian build.
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 12 May 2024 18:41:40 -0400 |
| parents | 1c5176f192cb |
| children | ff434d134921 |
| 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:26:46 2024 -0400 +++ b/.github/workflows/ci-test.yml Sun May 12 18:41:40 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 @@ -255,7 +255,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: |
