aboutsummaryrefslogtreecommitdiff
path: root/ci/tumbleweed.sh
blob: f1e7252f29a829251918164ac8e9e18d58f50c42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#!/bin/sh
# Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz>
set -ex

zyp="zypper --non-interactive install --force-resolution --no-recommends"

$zyp \
	asciidoc \
	autoconf \
	automake \
	clang \
	findutils \
	gcc \
	git \
	gzip \
	iproute2 \
	make \
	kernel-default-devel \
	keyutils-devel \
	libacl-devel \
	libaio-devel \
	libcap-devel \
	libmnl-devel \
	libnuma-devel \
	libopenssl-devel \
	libselinux-devel \
	libtirpc-devel \
	linux-glibc-devel \
	lsb-release \
	perl-JSON \
	pkg-config

$zyp ruby2.7-rubygem-asciidoctor || $zyp ruby2.5-rubygem-asciidoctor || true