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