[Tarantool-patches] [PATCH v2] build: add Fedora 31 into CI / CD

Alexander Turenko alexander.turenko at tarantool.org
Thu Dec 5 14:03:38 MSK 2019


LGTM.

Pushed to master, 2.2 and 1.10.

CCed Kirill.

WBR, Alexander Turenko.

On Tue, Dec 03, 2019 at 08:59:43AM +0300, Alexander V. Tikhonov wrote:
> Added build + test jobs in GitLab-CI and build + test + deploy jobs on
> Travis-CI for Fedora 31.
> 
> Updated testing dependencies in the RPM spec to follow the new Python 2
> package naming scheme that was introduced in Fedora 31: it uses
> python2-' prefix rather then 'python-'.
> 
> Fedora 31 does not provide python2-gevent and python2-greenlet packages,
> so they were pushed to https://packagecloud.io/packpack/backports
> repository. This repository is enabled in our build image
> (packpack/packpack:fedora-31) by default. Those dependencies are build-time,
> so nothing was changed for a user. The source RPM packages were gathered
> from https://rpms.remirepo.net/rpmphp/.
> 
> Closes #4612
> ---
> 
> Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4612-fedora31-full-ci
> Issue: https://github.com/tarantool/tarantool/issues/4612
> 
>  .gitlab-ci.yml     | 6 ++++++
>  .travis.yml        | 3 +++
>  rpm/tarantool.spec | 2 +-
>  3 files changed, 10 insertions(+), 1 deletion(-)


More information about the Tarantool-patches mailing list