]> git.ipfire.org Git - thirdparty/zstd.git/commit
travis CI: update meson image to one with a python that isn't EOL 3039/head
authorEli Schwartz <eschwartz@archlinux.org>
Mon, 31 Jan 2022 03:38:04 +0000 (22:38 -0500)
committerEli Schwartz <eschwartz@archlinux.org>
Mon, 31 Jan 2022 03:45:23 +0000 (22:45 -0500)
commitc01582dc8aee541171089fa2979c890752365104
tree420ad690cd821c246e99cc91487030501819d8e5
parentef78b9af30422f8affe1ab35cd59b7170cde707a
travis CI: update meson image to one with a python that isn't EOL

Currently the build errors out with:

```
ERROR: This script does not work on Python 3.6 The minimum supported Python version is 3.7. Please use https://bootstrap.pypa.io/pip/3.6/get-pip.py instead.
```

While in theory this advice could be followed to get a better pip on
xenial, Meson has now deprecated python 3.6 support too, and the next
(unreleased) version requires python 3.7

There are a couple solutions to this:
- hold the version of pip, allow pip to only install 3.6-compatible
  versions of meson (effectively freezing meson going forward)
- install python 3.7 on xenial
- update to a 2-year-old image instead of a 4-year-old one

Option 3 is the simplest.
.travis.yml