Mercurial > p > roundup > code
diff .travis.yml @ 6741:f36b66305200
revert attempt to build from jammy
0 for 5. Looks like gpgme is throwing a compile error in addition to
its size warnings. I am going to update GPGme to 1.17.1 and see if it
will compile ok. If so, I'll leave it at that version for testing.
Tested with dist:jammy at 19:12 UTC 2022-06-29.
2.7 fails with:
Downloading archive:
https://storage.googleapis.com/travis-ci-language-a=
rchives/python/binaries/ubuntu/22.04/x86_64/python-2.7.tar.bz2
0.12s$ curl -sSf --retry 5 -o python-2.7.tar.bz2 ${archive_url}
curl: (22) The requested URL returned error: 404
https://app.travis-ci.com/github/roundup-tracker/roundup/jobs/575149603#=
L159
=
3.6 fails with:
Downloading archive:
https://storage.googleapis.com/travis-ci-language-a=
rchives/python/binaries/ubuntu/22.04/x86_64/python-3.6.tar.bz2
0.11s$ curl -sSf --retry 5 -o python-3.6.tar.bz2 ${archive_url}
curl: (22) The requested URL returned error: 404
https://app.travis-ci.com/github/roundup-tracker/roundup/jobs/575149605
3.10.4, 3.11-dev and nightly have compile errors trying to compile
gpgme,
probably due to new checks in gcc/g++. So nothing for you to do
here.
https://app.travis-ci.com/github/roundup-tracker/roundup/jobs/575149607#=
L941 =
nightly/3.12alpha failing the same was as in Ubuntu 20.04 xapian
build.
https://app.travis-ci.com/github/roundup-tracker/roundup/jobs/575149607#=
L941
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 29 Jun 2022 15:39:54 -0400 |
| parents | 2fdb00ab6277 |
| children | dcf34cc31438 |
line wrap: on
line diff
--- a/.travis.yml Wed Jun 29 13:31:33 2022 -0400 +++ b/.travis.yml Wed Jun 29 15:39:54 2022 -0400 @@ -16,7 +16,7 @@ # - default # - maint-1.6 -dist: jammy +dist: focal python: - 2.7 @@ -75,7 +75,7 @@ - if [[ $TRAVIS_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 - if [[ $TRAVIS_PYTHON_VERSION == "nightly" ]]; 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 - if [[ $TRAVIS_PYTHON_VERSION == "pypy3" ]]; 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 - - case "$TRAVIS_PYTHON_VERSION" in ngihtly) echo skipping xapian build;; *) make && make install; esac + - case "$TRAVIS_PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && make install; esac - PATH=$VIRTUAL_ENV/bin:$PATH
