Skip to content

Commit 75eb214

Browse files
committed
Attempt 2.
Skip-unit-tests: true Skip-fault-injection-test: true Skip-func-hw-test: true Skip-func-test-leap15: false Skip-func-test-el8: true Signed-off-by: Phil Henderson <phillip.henderson@hpe.com>
1 parent c3f85cb commit 75eb214

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/scripts/install-leap15.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ dnf --nodocs install ${dnf_install_args} \
7676
yasm
7777

7878
# Make sure we have lua-lmod > 8.7.34
79-
dnf -y remove lua-lmod
80-
dnf -y --nogpgcheck install lua-lmod '--repo=*lua*' --repo '*network-cluster*'
79+
dnf remove lua-lmod
80+
dnf --nodocs --nogpgcheck install ${dnf_install_args} \
81+
lua-lmod --repo='*-oss*' --repo '*lua*' --repo '*network-cluster*'
8182

8283
# shellcheck disable=SC2086
8384
dnf install ${dnf_install_args} ruby-devel

0 commit comments

Comments
 (0)