[LTP] [PATCH 1/1] travis: Add libefivar support
Petr Vorel
pvorel@suse.cz
Sat Feb 6 20:54:26 CET 2021
Hi Li,
> On Tue, Nov 10, 2020 at 9:46 PM Petr Vorel <pvorel@suse.cz> 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
I'm sorry, I completely overlook your comment.
In the end it's not needed as we use our own implementation.
Kind regards,
Petr
More information about the ltp
mailing list