On Fri, 2020-07-31 at 18:32 -0400, Mimi Zohar wrote: > > > - Or even better, Bionic (which is supported by Travis) should have > > gost-engine already in the libengine-gost-openssl1.1 package. > > > > In that case `.travis.yml` should have `dist: bionic`. > > https://docs.travis-ci.com/user/reference/bionic/ > > Yes, for the internal git repo I made this change. The internal > travis support for bionic is different than the external > travis. I'll post what I have as an RFC. The internal travis support on ppc defaults to using Bionic, but the way of specifying it is different. +os: linux-ppc64le language: C addons: apt: Mimi