aboutsummaryrefslogtreecommitdiff
path: root/travis/fedora.sh
blob: 959f3af201d10b4c2ad57b2d54b06eeeb84710ab (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
#!/bin/sh
# Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz>
set -ex

yum="yum -y install"

$yum \
	asciidoc \
	autoconf \
	automake \
	make \
	clang \
	gcc \
	git \
	findutils \
	numactl-devel \
	libtirpc \
	libtirpc-devel \
	perl-JSON \
	perl-libwww-perl \
	pkg-config \
	redhat-lsb-core

# CentOS 8 fixes
$yum libmnl-devel || $yum libmnl
$yum rubygem-asciidoctor || true