mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
a3cc0e9ceb
This removes minor version number from OpenSUSE LEAP target names and on CentOS Stream 9 installs flake8 from repositories, instead of pip. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
97 lines
2.4 KiB
Bash
97 lines
2.4 KiB
Bash
# THIS FILE WAS AUTO-GENERATED
|
|
#
|
|
# $ lcitool manifest ci/manifest.yml
|
|
#
|
|
# https://gitlab.com/libvirt/libvirt-ci
|
|
|
|
function install_buildenv() {
|
|
zypper update -y
|
|
zypper install -y \
|
|
audit-devel \
|
|
augeas \
|
|
augeas-lenses \
|
|
bash-completion \
|
|
ca-certificates \
|
|
ccache \
|
|
clang \
|
|
codespell \
|
|
cpp \
|
|
cppi \
|
|
cyrus-sasl-devel \
|
|
device-mapper-devel \
|
|
diffutils \
|
|
dwarves \
|
|
ebtables \
|
|
fuse-devel \
|
|
gcc \
|
|
gettext-runtime \
|
|
git \
|
|
glib2-devel \
|
|
glibc-devel \
|
|
glibc-locale \
|
|
glusterfs-devel \
|
|
grep \
|
|
iproute2 \
|
|
iptables \
|
|
kmod \
|
|
libacl-devel \
|
|
libapparmor-devel \
|
|
libattr-devel \
|
|
libblkid-devel \
|
|
libcap-ng-devel \
|
|
libcurl-devel \
|
|
libgnutls-devel \
|
|
libiscsi-devel \
|
|
libnl3-devel \
|
|
libnuma-devel \
|
|
libpcap-devel \
|
|
libpciaccess-devel \
|
|
librbd-devel \
|
|
libselinux-devel \
|
|
libssh-devel \
|
|
libssh2-devel \
|
|
libtirpc-devel \
|
|
libudev-devel \
|
|
libwsman-devel \
|
|
libxml2 \
|
|
libxml2-devel \
|
|
libxslt \
|
|
libyajl-devel \
|
|
lvm2 \
|
|
make \
|
|
meson \
|
|
nfs-utils \
|
|
ninja \
|
|
numad \
|
|
open-iscsi \
|
|
parted-devel \
|
|
perl-base \
|
|
pkgconfig \
|
|
polkit \
|
|
python3-base \
|
|
python3-docutils \
|
|
python3-flake8 \
|
|
qemu-tools \
|
|
readline-devel \
|
|
rpcgen \
|
|
rpm-build \
|
|
sanlock-devel \
|
|
scrub \
|
|
sed \
|
|
systemd-rpm-macros \
|
|
systemtap-sdt-devel \
|
|
wireshark-devel \
|
|
xen-devel
|
|
rpm -qa | sort > /packages.txt
|
|
mkdir -p /usr/libexec/ccache-wrappers
|
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang
|
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
|
}
|
|
|
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
|
export LANG="en_US.UTF-8"
|
|
export MAKE="/usr/bin/make"
|
|
export NINJA="/usr/bin/ninja"
|
|
export PYTHON="/usr/bin/python3"
|