public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] travis: Temporarily disable fedora:lastest
@ 2020-03-10 10:02 Yang Xu
  2020-03-10 10:10 ` Yang Xu
  0 siblings, 1 reply; 4+ messages in thread
From: Yang Xu @ 2020-03-10 10:02 UTC (permalink / raw)
  To: ltp

Docker hub image for fedora:lastest has problem, so it will
install x86_64 and i686 rpm together. It will lead to file
conflict as below:
 file /etc/bindresvport.blacklist from install of libtirpc-1.2.5-1.rc2.fc31.i686
conflicts with file from package libtirpc-1.2.5-0.fc31.x86_64

I have created a github issue[1] for it on fedora-cloud.

[1]https://github.com/fedora-cloud/docker-brew-fedora/issues/73

Signed-off-by: Yang Xu <xuyang2018.jy@cn.fujitsu.com>
---
 .travis.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f7d73f051..68d98406d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,11 +43,6 @@ matrix:
           compiler: gcc
           env: DISTRO=debian:testing
 
-        # other builds
-        - os: linux
-          env: DISTRO=fedora:latest MAKE_INSTALL=1
-          compiler: clang
-
         - os: linux
           env: DISTRO=centos:6 TREE=out
           compiler: gcc
-- 
2.18.0




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-10 20:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-10 10:02 [LTP] [PATCH] travis: Temporarily disable fedora:lastest Yang Xu
2020-03-10 10:10 ` Yang Xu
2020-03-10 16:10   ` Petr Vorel
2020-03-10 20:45     ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox