[PATCH v2 7/8] ci/tumbleweed: Install diffutils
Petr Vorel <[email protected]>
| Newsgroups | gmane.linux.ltp |
|---|---|
| Message-ID | <[email protected]> |
This is needed at least for openSUSE Leap 16. It will be needed for running metadata tests. Signed-off-by: Petr Vorel <[email protected]> --- * New in v2 ci/tumbleweed.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/tumbleweed.sh b/ci/tumbleweed.sh index 8f23229dfc..94c4d719d1 100755 --- a/ci/tumbleweed.sh +++ b/ci/tumbleweed.sh @@ -1,6 +1,6 @@ #!/bin/sh -eux # SPDX-License-Identifier: GPL-2.0-or-later -# Copyright (c) 2018-2025 Petr Vorel <[email protected]> +# Copyright (c) 2018-2026 Petr Vorel <[email protected]> zyp="zypper --non-interactive install --force-resolution --no-recommends" @@ -11,6 +11,7 @@ while [ $i != 0 ]; do automake \ clang \ curl \ + diffutils \ jq \ findutils \ gcc \ -- 2.54.0 -- Mailing list info: https://lists.linux.it/listinfo/ltp