mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
3ebfeaa206
Signed-off-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
75 lines
1.7 KiB
Bash
75 lines
1.7 KiB
Bash
# THIS FILE WAS AUTO-GENERATED
|
|
#
|
|
# $ lcitool manifest ci/manifest.yml
|
|
#
|
|
# https://gitlab.com/libvirt/libvirt-ci
|
|
|
|
function install_buildenv() {
|
|
dnf update -y
|
|
dnf install -y \
|
|
augeas \
|
|
bash-completion \
|
|
ca-certificates \
|
|
ccache \
|
|
codespell \
|
|
cpp \
|
|
cppi \
|
|
diffutils \
|
|
dwarves \
|
|
ebtables \
|
|
firewalld-filesystem \
|
|
git \
|
|
glibc-langpack-en \
|
|
grep \
|
|
iproute \
|
|
iproute-tc \
|
|
iptables \
|
|
iscsi-initiator-utils \
|
|
kmod \
|
|
libxml2 \
|
|
libxslt \
|
|
lvm2 \
|
|
make \
|
|
meson \
|
|
nfs-utils \
|
|
ninja-build \
|
|
numad \
|
|
perl-base \
|
|
polkit \
|
|
python3 \
|
|
python3-docutils \
|
|
python3-flake8 \
|
|
qemu-img \
|
|
rpcgen \
|
|
rpm-build \
|
|
scrub \
|
|
sed \
|
|
systemd-rpm-macros
|
|
dnf install -y \
|
|
mingw32-curl \
|
|
mingw32-dlfcn \
|
|
mingw32-gcc \
|
|
mingw32-gettext \
|
|
mingw32-glib2 \
|
|
mingw32-gnutls \
|
|
mingw32-headers \
|
|
mingw32-libssh2 \
|
|
mingw32-libxml2 \
|
|
mingw32-pkg-config \
|
|
mingw32-portablexdr \
|
|
mingw32-readline
|
|
rpm -qa | sort > /packages.txt
|
|
mkdir -p /usr/libexec/ccache-wrappers
|
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/i686-w64-mingw32-cc
|
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/i686-w64-mingw32-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"
|
|
|
|
export ABI="i686-w64-mingw32"
|
|
export MESON_OPTS="--cross-file=/usr/share/mingw/toolchain-mingw32.meson"
|