mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-07 17:17:45 +03:00
46 lines
1.0 KiB
Bash
46 lines
1.0 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 \
|
||
|
bash-completion \
|
||
|
ca-certificates \
|
||
|
ccache \
|
||
|
cppi \
|
||
|
gcc \
|
||
|
gettext \
|
||
|
git \
|
||
|
glib2-devel \
|
||
|
glibc-langpack-en \
|
||
|
gtk-vnc2-devel \
|
||
|
gtk3-devel \
|
||
|
icoutils \
|
||
|
libgovirt-devel \
|
||
|
libtool \
|
||
|
libvirt-devel \
|
||
|
libvirt-gobject-devel \
|
||
|
libxml2 \
|
||
|
libxml2-devel \
|
||
|
make \
|
||
|
meson \
|
||
|
ninja-build \
|
||
|
pkgconfig \
|
||
|
rest-devel \
|
||
|
rpm-build \
|
||
|
spice-gtk3-devel \
|
||
|
vte291-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/gcc
|
||
|
}
|
||
|
|
||
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||
|
export LANG="en_US.UTF-8"
|
||
|
export MAKE="/usr/bin/make"
|
||
|
export NINJA="/usr/bin/ninja"
|