diff mbox series

travis: Temporarily disable fedora:lastest

Message ID 1583834577-21695-1-git-send-email-xuyang2018.jy@cn.fujitsu.com
State Superseded
Headers show
Series travis: Temporarily disable fedora:lastest | expand

Commit Message

Yang Xu March 10, 2020, 10:02 a.m. UTC
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(-)

Comments

Yang Xu March 10, 2020, 10:10 a.m. UTC | #1
Hi

I also test fedora:32 fedora:33 in my ltp fork[1], they are all pass.
fedora:31 and fedora:latest are failed.

@Petr, You often modify travis code, if you have some advise, please let 
me know.

[1]https://github.com/xuyang0410/ltp/commits/settimeofday_builderror

Best Regards
Yang Xu
> 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
>
Petr Vorel March 10, 2020, 4:10 p.m. UTC | #2
Hi Xu,

> I also test fedora:32 fedora:33 in my ltp fork[1], they are all pass.
> fedora:31 and fedora:latest are failed.

> @Petr, You often modify travis code, if you have some advise, please let me
> know.
Thank you for taking care.

I hoped it'd get fixed soon, but it haven't so far :(
Generally I'd prefer to use rawhide (which is 33, see [2]), but until it's fixed
let's use 32 (upcomming release).

Please send patch today, or I'll commit it myself tonight.

Kind regards,
Petr

> [1]https://github.com/xuyang0410/ltp/commits/settimeofday_builderror
[2] https://hub.docker.com/_/fedora
Petr Vorel March 10, 2020, 8:45 p.m. UTC | #3
Hi Xu,

> > I also test fedora:32 fedora:33 in my ltp fork[1], they are all pass.
> > fedora:31 and fedora:latest are failed.

> > @Petr, You often modify travis code, if you have some advise, please let me
> > know.
> Thank you for taking care.

> I hoped it'd get fixed soon, but it haven't so far :(
> Generally I'd prefer to use rawhide (which is 33, see [2]), but until it's fixed
> let's use 32 (upcomming release).

> Please send patch today, or I'll commit it myself tonight.
FYI I pushed 34f225892 travis: Temporarily use fedora:33.

When [1] is fixed, we 1) revert this 2) restart these failed jobs, which use
rawhide.

Thanks a lot for taking care and reporting [1].

Kind regards,
Petr

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

Patch

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