* [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
* [LTP] [PATCH] travis: Temporarily disable fedora:lastest
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
0 siblings, 1 reply; 4+ messages in thread
From: Yang Xu @ 2020-03-10 10:10 UTC (permalink / raw)
To: ltp
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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [LTP] [PATCH] travis: Temporarily disable fedora:lastest
2020-03-10 10:10 ` Yang Xu
@ 2020-03-10 16:10 ` Petr Vorel
2020-03-10 20:45 ` Petr Vorel
0 siblings, 1 reply; 4+ messages in thread
From: Petr Vorel @ 2020-03-10 16:10 UTC (permalink / raw)
To: ltp
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [LTP] [PATCH] travis: Temporarily disable fedora:lastest
2020-03-10 16:10 ` Petr Vorel
@ 2020-03-10 20:45 ` Petr Vorel
0 siblings, 0 replies; 4+ messages in thread
From: Petr Vorel @ 2020-03-10 20:45 UTC (permalink / raw)
To: ltp
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
^ permalink raw reply [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