xref: /aosp_15_r20/external/ltp/ci/tumbleweed.sh (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1#!/bin/sh -eux
2# SPDX-License-Identifier: GPL-2.0-or-later
3# Copyright (c) 2018-2021 Petr Vorel <[email protected]>
4
5zyp="zypper --non-interactive install --force-resolution --no-recommends"
6
7$zyp \
8	asciidoc \
9	autoconf \
10	automake \
11	clang \
12	findutils \
13	gcc \
14	git \
15	gzip \
16	iproute2 \
17	make \
18	kernel-default-devel \
19	keyutils-devel \
20	libacl-devel \
21	libaio-devel \
22	libcap-devel \
23	libmnl-devel \
24	libnuma-devel \
25	libopenssl-devel \
26	libselinux-devel \
27	libtirpc-devel \
28	linux-glibc-devel \
29	lsb-release \
30	perl-JSON \
31	pkg-config
32
33$zyp ruby2.7-rubygem-asciidoctor || $zyp ruby2.5-rubygem-asciidoctor || true
34