All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] ci: resolve some no match arguments problem
@ 2022-04-01  8:41 Li Wang
  2022-04-01  9:16 ` Petr Vorel
  2022-04-01  9:18 ` Petr Vorel
  0 siblings, 2 replies; 5+ messages in thread
From: Li Wang @ 2022-04-01  8:41 UTC (permalink / raw)
  To: ltp

Make this installation can succeed on all RHEL related platforms.

Signed-off-by: Li Wang <liwang@redhat.com>
---
 ci/fedora.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/fedora.sh b/ci/fedora.sh
index dc1293aa5..a603bcbe3 100755
--- a/ci/fedora.sh
+++ b/ci/fedora.sh
@@ -2,7 +2,7 @@
 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz>
 set -ex
 
-yum="yum -y install"
+yum="yum -y install --skip-broken"
 
 $yum \
 	asciidoc \
-- 
2.31.1


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

end of thread, other threads:[~2022-04-01  9:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-01  8:41 [LTP] [PATCH] ci: resolve some no match arguments problem Li Wang
2022-04-01  9:16 ` Petr Vorel
2022-04-01  9:42   ` Li Wang
2022-04-01  9:18 ` Petr Vorel
2022-04-01  9:48   ` Li Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.