You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See if xapian will build on github with 3.12rc2 using the standard
build method.
Removed override to 1.14.22 for 3.12 and enabled build rather than
skipping on 3.12.
# Change distutils.sysconfig... to just sysconfig and SO
206
202
# to EXT_SUFFIX to get valid value.
207
203
if [[ $PYTHON_VERSION == "3."* ]]; then sed -i -e '/PYTHON3_SO=/s/distutils\.//g' -e '/PYTHON3_SO=/s/"SO"/"EXT_SUFFIX"/g' configure; ./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; fi
208
-
case "$PYTHON_VERSION" in nightly|3.12*) echo skipping xapian build;; *) make && sudo make install; esac
204
+
case "$PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && sudo make install; esac
209
205
210
206
- name: Install pytest and other packages needed for running tests
0 commit comments