[LTP] [PATCH 1/1] travis: Add libefivar support
Li Wang
liwang@redhat.com
Wed Nov 11 10:22:09 CET 2020
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
--
Regards,
Li Wang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20201111/0d77aaab/attachment-0001.htm>
More information about the ltp
mailing list