From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Wed, 11 Nov 2020 10:31:18 +0100 Subject: [LTP] [PATCH 1/1] travis: Add libefivar support In-Reply-To: References: <20201110120035.20543-1-pvorel@suse.cz> <20201110134625.GA6482@pevik> Message-ID: <20201111093118.GA6255@pevik> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Li, > On Tue, Nov 10, 2020 at 9:46 PM Petr Vorel wrote: > > Hi, > > > Travis CI: > > > https://travis-ci.org/github/pevik/ltp/builds/742684375 > > Looks like Debian does not ship libefivar-dev for ppc64el > > https://travis-ci.org/github/pevik/ltp/jobs/742684377 > From Travis CI, the CentOS8 reports miss efivar-devel package too. > Maybe fix it by the following? > --- a/travis/fedora.sh > +++ b/travis/fedora.sh > @@ -9,11 +9,11 @@ yum -y install \ > clang \ > gcc \ > findutils \ > - efivar-devel \ > libtirpc \ > libtirpc-devel \ > pkg-config \ > redhat-lsb-core > -# CentOS 8 doesn't have libmnl-devel > +# CentOS 8 doesn't have libmnl-devel and efivar-devel > yum -y install libmnl-devel || yum -y install libmnl > +yum -y --skip-broken install efivar-devel +1 Thanks! Kind regards, Petr