mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2024-12-21 09:33:59 +03:00
ci: refresh with latest 'lcitool manifest'
* Switch to using libvirt+minimal instead of libvirt project, for shorter build times * Actually do a git build job in CentOS Stream & AlmaLinux * Drop AlmaLinux 8 * Update to latest Alpine versions Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
82dbca46b6
commit
f666425950
@ -1,47 +0,0 @@
|
|||||||
# THIS FILE WAS AUTO-GENERATED
|
|
||||||
#
|
|
||||||
# $ lcitool manifest ci/manifest.yml
|
|
||||||
#
|
|
||||||
# https://gitlab.com/libvirt/libvirt-ci
|
|
||||||
|
|
||||||
function install_buildenv() {
|
|
||||||
dnf update -y
|
|
||||||
dnf install 'dnf-command(config-manager)' -y
|
|
||||||
dnf config-manager --set-enabled -y powertools
|
|
||||||
dnf install -y centos-release-advanced-virtualization
|
|
||||||
dnf install -y epel-release
|
|
||||||
dnf install -y \
|
|
||||||
bash-completion \
|
|
||||||
ca-certificates \
|
|
||||||
ccache \
|
|
||||||
gcc \
|
|
||||||
gettext \
|
|
||||||
git \
|
|
||||||
glib2-devel \
|
|
||||||
glibc-devel \
|
|
||||||
glibc-langpack-en \
|
|
||||||
gtk-vnc2-devel \
|
|
||||||
gtk3-devel \
|
|
||||||
icoutils \
|
|
||||||
libtool \
|
|
||||||
libvirt-devel \
|
|
||||||
libvirt-gobject-devel \
|
|
||||||
libxml2 \
|
|
||||||
libxml2-devel \
|
|
||||||
make \
|
|
||||||
meson \
|
|
||||||
ninja-build \
|
|
||||||
pkgconfig \
|
|
||||||
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"
|
|
@ -10,20 +10,11 @@ function install_buildenv() {
|
|||||||
dnf config-manager --set-enabled -y crb
|
dnf config-manager --set-enabled -y crb
|
||||||
dnf install -y epel-release
|
dnf install -y epel-release
|
||||||
dnf install -y \
|
dnf install -y \
|
||||||
audit-libs-devel \
|
|
||||||
augeas \
|
|
||||||
bash-completion \
|
bash-completion \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
ccache \
|
ccache \
|
||||||
clang \
|
|
||||||
cpp \
|
cpp \
|
||||||
cyrus-sasl-devel \
|
cyrus-sasl-devel \
|
||||||
device-mapper-devel \
|
|
||||||
diffutils \
|
|
||||||
dwarves \
|
|
||||||
ebtables \
|
|
||||||
firewalld-filesystem \
|
|
||||||
fuse-devel \
|
|
||||||
gcc \
|
gcc \
|
||||||
gdk-pixbuf2-devel \
|
gdk-pixbuf2-devel \
|
||||||
gettext \
|
gettext \
|
||||||
@ -33,78 +24,38 @@ function install_buildenv() {
|
|||||||
glibc-langpack-en \
|
glibc-langpack-en \
|
||||||
gnutls-devel \
|
gnutls-devel \
|
||||||
gobject-introspection-devel \
|
gobject-introspection-devel \
|
||||||
grep \
|
|
||||||
gtk-doc \
|
gtk-doc \
|
||||||
gtk3-devel \
|
gtk3-devel \
|
||||||
icoutils \
|
icoutils \
|
||||||
iproute \
|
|
||||||
iproute-tc \
|
|
||||||
iptables \
|
|
||||||
iscsi-initiator-utils \
|
|
||||||
kmod \
|
|
||||||
libacl-devel \
|
|
||||||
libattr-devel \
|
|
||||||
libblkid-devel \
|
|
||||||
libcap-ng-devel \
|
|
||||||
libcurl-devel \
|
|
||||||
libgcrypt-devel \
|
libgcrypt-devel \
|
||||||
libiscsi-devel \
|
|
||||||
libnbd-devel \
|
|
||||||
libnl3-devel \
|
libnl3-devel \
|
||||||
libpcap-devel \
|
|
||||||
libpciaccess-devel \
|
|
||||||
librbd-devel \
|
|
||||||
libselinux-devel \
|
|
||||||
libssh-devel \
|
|
||||||
libssh2-devel \
|
|
||||||
libtirpc-devel \
|
libtirpc-devel \
|
||||||
libtool \
|
libtool \
|
||||||
libwsman-devel \
|
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libxml2-devel \
|
libxml2-devel \
|
||||||
libxslt \
|
libxslt \
|
||||||
lvm2 \
|
|
||||||
make \
|
make \
|
||||||
meson \
|
meson \
|
||||||
nfs-utils \
|
|
||||||
ninja-build \
|
ninja-build \
|
||||||
numactl-devel \
|
|
||||||
numad \
|
|
||||||
parted-devel \
|
|
||||||
perl-base \
|
perl-base \
|
||||||
pkgconfig \
|
pkgconfig \
|
||||||
polkit \
|
|
||||||
pulseaudio-libs-devel \
|
pulseaudio-libs-devel \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
python3-flake8 \
|
|
||||||
python3-pip \
|
|
||||||
python3-pytest \
|
|
||||||
python3-setuptools \
|
|
||||||
python3-wheel \
|
|
||||||
qemu-img \
|
|
||||||
readline-devel \
|
|
||||||
rpm-build \
|
rpm-build \
|
||||||
sanlock-devel \
|
|
||||||
sed \
|
|
||||||
systemd-devel \
|
|
||||||
systemd-rpm-macros \
|
|
||||||
systemtap-sdt-devel \
|
|
||||||
vala \
|
vala \
|
||||||
vte291-devel \
|
vte291-devel
|
||||||
wireshark-devel \
|
|
||||||
yajl-devel
|
|
||||||
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
|
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
|
||||||
rpm -qa | sort > /packages.txt
|
rpm -qa | sort > /packages.txt
|
||||||
mkdir -p /usr/libexec/ccache-wrappers
|
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/cc
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang
|
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
||||||
/usr/bin/pip3 install black
|
|
||||||
}
|
}
|
||||||
|
function export_buildenv() {
|
||||||
|
|
||||||
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export MAKE="/usr/bin/make"
|
export MAKE="/usr/bin/make"
|
||||||
export NINJA="/usr/bin/ninja"
|
export NINJA="/usr/bin/ninja"
|
||||||
export PYTHON="/usr/bin/python3"
|
export PYTHON="/usr/bin/python3"
|
||||||
|
}
|
||||||
|
@ -36,8 +36,10 @@ function install_buildenv() {
|
|||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
||||||
}
|
}
|
||||||
|
function export_buildenv() {
|
||||||
|
|
||||||
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export MAKE="/usr/bin/make"
|
export MAKE="/usr/bin/make"
|
||||||
export NINJA="/usr/bin/ninja"
|
export NINJA="/usr/bin/ninja"
|
||||||
|
}
|
||||||
|
@ -36,8 +36,10 @@ function install_buildenv() {
|
|||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
||||||
}
|
}
|
||||||
|
function export_buildenv() {
|
||||||
|
|
||||||
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export MAKE="/usr/bin/make"
|
export MAKE="/usr/bin/make"
|
||||||
export NINJA="/usr/bin/ninja"
|
export NINJA="/usr/bin/ninja"
|
||||||
|
}
|
@ -36,8 +36,10 @@ function install_buildenv() {
|
|||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
||||||
}
|
}
|
||||||
|
function export_buildenv() {
|
||||||
|
|
||||||
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export MAKE="/usr/bin/make"
|
export MAKE="/usr/bin/make"
|
||||||
export NINJA="/usr/bin/ninja"
|
export NINJA="/usr/bin/ninja"
|
||||||
|
}
|
||||||
|
@ -11,20 +11,11 @@ function install_buildenv() {
|
|||||||
dnf install -y epel-release
|
dnf install -y epel-release
|
||||||
dnf install -y epel-next-release
|
dnf install -y epel-next-release
|
||||||
dnf install -y \
|
dnf install -y \
|
||||||
audit-libs-devel \
|
|
||||||
augeas \
|
|
||||||
bash-completion \
|
bash-completion \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
ccache \
|
ccache \
|
||||||
clang \
|
|
||||||
cpp \
|
cpp \
|
||||||
cyrus-sasl-devel \
|
cyrus-sasl-devel \
|
||||||
device-mapper-devel \
|
|
||||||
diffutils \
|
|
||||||
dwarves \
|
|
||||||
ebtables \
|
|
||||||
firewalld-filesystem \
|
|
||||||
fuse-devel \
|
|
||||||
gcc \
|
gcc \
|
||||||
gdk-pixbuf2-devel \
|
gdk-pixbuf2-devel \
|
||||||
gettext \
|
gettext \
|
||||||
@ -34,78 +25,38 @@ function install_buildenv() {
|
|||||||
glibc-langpack-en \
|
glibc-langpack-en \
|
||||||
gnutls-devel \
|
gnutls-devel \
|
||||||
gobject-introspection-devel \
|
gobject-introspection-devel \
|
||||||
grep \
|
|
||||||
gtk-doc \
|
gtk-doc \
|
||||||
gtk3-devel \
|
gtk3-devel \
|
||||||
icoutils \
|
icoutils \
|
||||||
iproute \
|
|
||||||
iproute-tc \
|
|
||||||
iptables \
|
|
||||||
iscsi-initiator-utils \
|
|
||||||
kmod \
|
|
||||||
libacl-devel \
|
|
||||||
libattr-devel \
|
|
||||||
libblkid-devel \
|
|
||||||
libcap-ng-devel \
|
|
||||||
libcurl-devel \
|
|
||||||
libgcrypt-devel \
|
libgcrypt-devel \
|
||||||
libiscsi-devel \
|
|
||||||
libnbd-devel \
|
|
||||||
libnl3-devel \
|
libnl3-devel \
|
||||||
libpcap-devel \
|
|
||||||
libpciaccess-devel \
|
|
||||||
librbd-devel \
|
|
||||||
libselinux-devel \
|
|
||||||
libssh-devel \
|
|
||||||
libssh2-devel \
|
|
||||||
libtirpc-devel \
|
libtirpc-devel \
|
||||||
libtool \
|
libtool \
|
||||||
libwsman-devel \
|
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libxml2-devel \
|
libxml2-devel \
|
||||||
libxslt \
|
libxslt \
|
||||||
lvm2 \
|
|
||||||
make \
|
make \
|
||||||
meson \
|
meson \
|
||||||
nfs-utils \
|
|
||||||
ninja-build \
|
ninja-build \
|
||||||
numactl-devel \
|
|
||||||
numad \
|
|
||||||
parted-devel \
|
|
||||||
perl-base \
|
perl-base \
|
||||||
pkgconfig \
|
pkgconfig \
|
||||||
polkit \
|
|
||||||
pulseaudio-libs-devel \
|
pulseaudio-libs-devel \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
python3-flake8 \
|
|
||||||
python3-pip \
|
|
||||||
python3-pytest \
|
|
||||||
python3-setuptools \
|
|
||||||
python3-wheel \
|
|
||||||
qemu-img \
|
|
||||||
readline-devel \
|
|
||||||
rpm-build \
|
rpm-build \
|
||||||
sanlock-devel \
|
|
||||||
sed \
|
|
||||||
systemd-devel \
|
|
||||||
systemd-rpm-macros \
|
|
||||||
systemtap-sdt-devel \
|
|
||||||
vala \
|
vala \
|
||||||
vte291-devel \
|
vte291-devel
|
||||||
wireshark-devel \
|
|
||||||
yajl-devel
|
|
||||||
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
|
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED
|
||||||
rpm -qa | sort > /packages.txt
|
rpm -qa | sort > /packages.txt
|
||||||
mkdir -p /usr/libexec/ccache-wrappers
|
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/cc
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang
|
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
||||||
/usr/bin/pip3 install black
|
|
||||||
}
|
}
|
||||||
|
function export_buildenv() {
|
||||||
|
|
||||||
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export MAKE="/usr/bin/make"
|
export MAKE="/usr/bin/make"
|
||||||
export NINJA="/usr/bin/ninja"
|
export NINJA="/usr/bin/ninja"
|
||||||
export PYTHON="/usr/bin/python3"
|
export PYTHON="/usr/bin/python3"
|
||||||
|
}
|
||||||
|
@ -42,8 +42,10 @@ function install_buildenv() {
|
|||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
||||||
}
|
}
|
||||||
|
function export_buildenv() {
|
||||||
|
|
||||||
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export MAKE="/usr/bin/make"
|
export MAKE="/usr/bin/make"
|
||||||
export NINJA="/usr/bin/ninja"
|
export NINJA="/usr/bin/ninja"
|
||||||
|
}
|
||||||
|
@ -42,8 +42,10 @@ function install_buildenv() {
|
|||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
||||||
}
|
}
|
||||||
|
function export_buildenv() {
|
||||||
|
|
||||||
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export MAKE="/usr/bin/make"
|
export MAKE="/usr/bin/make"
|
||||||
export NINJA="/usr/bin/ninja"
|
export NINJA="/usr/bin/ninja"
|
||||||
|
}
|
||||||
|
@ -42,8 +42,10 @@ function install_buildenv() {
|
|||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
||||||
}
|
}
|
||||||
|
function export_buildenv() {
|
||||||
|
|
||||||
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export MAKE="/usr/bin/make"
|
export MAKE="/usr/bin/make"
|
||||||
export NINJA="/usr/bin/ninja"
|
export NINJA="/usr/bin/ninja"
|
||||||
|
}
|
||||||
|
@ -39,8 +39,10 @@ function install_buildenv() {
|
|||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
||||||
}
|
}
|
||||||
|
function export_buildenv() {
|
||||||
|
|
||||||
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export MAKE="/usr/bin/make"
|
export MAKE="/usr/bin/make"
|
||||||
export NINJA="/usr/bin/ninja"
|
export NINJA="/usr/bin/ninja"
|
||||||
|
}
|
||||||
|
@ -39,8 +39,10 @@ function install_buildenv() {
|
|||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
||||||
}
|
}
|
||||||
|
function export_buildenv() {
|
||||||
|
|
||||||
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export MAKE="/usr/bin/make"
|
export MAKE="/usr/bin/make"
|
||||||
export NINJA="/usr/bin/ninja"
|
export NINJA="/usr/bin/ninja"
|
||||||
|
}
|
||||||
|
@ -41,6 +41,7 @@ function install_buildenv() {
|
|||||||
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-cc
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/i686-w64-mingw32-gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/i686-w64-mingw32-gcc
|
||||||
}
|
}
|
||||||
|
function export_buildenv() {
|
||||||
|
|
||||||
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
@ -49,3 +50,4 @@ export NINJA="/usr/bin/ninja"
|
|||||||
|
|
||||||
export ABI="i686-w64-mingw32"
|
export ABI="i686-w64-mingw32"
|
||||||
export MESON_OPTS="--cross-file=/usr/share/mingw/toolchain-mingw32.meson"
|
export MESON_OPTS="--cross-file=/usr/share/mingw/toolchain-mingw32.meson"
|
||||||
|
}
|
||||||
|
@ -41,6 +41,7 @@ function install_buildenv() {
|
|||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-cc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-cc
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-gcc
|
||||||
}
|
}
|
||||||
|
function export_buildenv() {
|
||||||
|
|
||||||
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
@ -49,3 +50,4 @@ export NINJA="/usr/bin/ninja"
|
|||||||
|
|
||||||
export ABI="x86_64-w64-mingw32"
|
export ABI="x86_64-w64-mingw32"
|
||||||
export MESON_OPTS="--cross-file=/usr/share/mingw/toolchain-mingw64.meson"
|
export MESON_OPTS="--cross-file=/usr/share/mingw/toolchain-mingw64.meson"
|
||||||
|
}
|
||||||
|
@ -40,8 +40,10 @@ function install_buildenv() {
|
|||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
||||||
}
|
}
|
||||||
|
function export_buildenv() {
|
||||||
|
|
||||||
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export MAKE="/usr/bin/make"
|
export MAKE="/usr/bin/make"
|
||||||
export NINJA="/usr/bin/ninja"
|
export NINJA="/usr/bin/ninja"
|
||||||
|
}
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
function install_buildenv() {
|
function install_buildenv() {
|
||||||
zypper update -y
|
zypper update -y
|
||||||
|
zypper addrepo -fc https://download.opensuse.org/update/leap/15.6/backports/openSUSE:Backports:SLE-15-SP6:Update.repo
|
||||||
zypper install -y \
|
zypper install -y \
|
||||||
bash-completion-devel \
|
bash-completion-devel \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
@ -39,8 +40,10 @@ function install_buildenv() {
|
|||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
||||||
}
|
}
|
||||||
|
function export_buildenv() {
|
||||||
|
|
||||||
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export MAKE="/usr/bin/make"
|
export MAKE="/usr/bin/make"
|
||||||
export NINJA="/usr/bin/ninja"
|
export NINJA="/usr/bin/ninja"
|
||||||
|
}
|
||||||
|
@ -39,8 +39,10 @@ function install_buildenv() {
|
|||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
||||||
}
|
}
|
||||||
|
function export_buildenv() {
|
||||||
|
|
||||||
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export MAKE="/usr/bin/make"
|
export MAKE="/usr/bin/make"
|
||||||
export NINJA="/usr/bin/ninja"
|
export NINJA="/usr/bin/ninja"
|
||||||
|
}
|
||||||
|
@ -41,8 +41,10 @@ function install_buildenv() {
|
|||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
||||||
}
|
}
|
||||||
|
function export_buildenv() {
|
||||||
|
|
||||||
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export MAKE="/usr/bin/make"
|
export MAKE="/usr/bin/make"
|
||||||
export NINJA="/usr/bin/ninja"
|
export NINJA="/usr/bin/ninja"
|
||||||
|
}
|
||||||
|
@ -41,8 +41,10 @@ function install_buildenv() {
|
|||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
||||||
}
|
}
|
||||||
|
function export_buildenv() {
|
||||||
|
|
||||||
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export MAKE="/usr/bin/make"
|
export MAKE="/usr/bin/make"
|
||||||
export NINJA="/usr/bin/ninja"
|
export NINJA="/usr/bin/ninja"
|
||||||
|
}
|
||||||
|
@ -1,49 +0,0 @@
|
|||||||
# THIS FILE WAS AUTO-GENERATED
|
|
||||||
#
|
|
||||||
# $ lcitool manifest ci/manifest.yml
|
|
||||||
#
|
|
||||||
# https://gitlab.com/libvirt/libvirt-ci
|
|
||||||
|
|
||||||
FROM docker.io/library/almalinux:8
|
|
||||||
|
|
||||||
RUN dnf update -y && \
|
|
||||||
dnf install 'dnf-command(config-manager)' -y && \
|
|
||||||
dnf config-manager --set-enabled -y powertools && \
|
|
||||||
dnf install -y centos-release-advanced-virtualization && \
|
|
||||||
dnf install -y epel-release && \
|
|
||||||
dnf install -y \
|
|
||||||
bash-completion \
|
|
||||||
ca-certificates \
|
|
||||||
ccache \
|
|
||||||
gcc \
|
|
||||||
gettext \
|
|
||||||
git \
|
|
||||||
glib2-devel \
|
|
||||||
glibc-devel \
|
|
||||||
glibc-langpack-en \
|
|
||||||
gtk-vnc2-devel \
|
|
||||||
gtk3-devel \
|
|
||||||
icoutils \
|
|
||||||
libtool \
|
|
||||||
libvirt-devel \
|
|
||||||
libvirt-gobject-devel \
|
|
||||||
libxml2 \
|
|
||||||
libxml2-devel \
|
|
||||||
make \
|
|
||||||
meson \
|
|
||||||
ninja-build \
|
|
||||||
pkgconfig \
|
|
||||||
rpm-build \
|
|
||||||
spice-gtk3-devel \
|
|
||||||
vte291-devel && \
|
|
||||||
dnf autoremove -y && \
|
|
||||||
dnf clean all -y && \
|
|
||||||
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
|
|
||||||
|
|
||||||
ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
|
||||||
ENV LANG "en_US.UTF-8"
|
|
||||||
ENV MAKE "/usr/bin/make"
|
|
||||||
ENV NINJA "/usr/bin/ninja"
|
|
@ -11,20 +11,11 @@ RUN dnf update -y && \
|
|||||||
dnf config-manager --set-enabled -y crb && \
|
dnf config-manager --set-enabled -y crb && \
|
||||||
dnf install -y epel-release && \
|
dnf install -y epel-release && \
|
||||||
dnf install -y \
|
dnf install -y \
|
||||||
audit-libs-devel \
|
|
||||||
augeas \
|
|
||||||
bash-completion \
|
bash-completion \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
ccache \
|
ccache \
|
||||||
clang \
|
|
||||||
cpp \
|
cpp \
|
||||||
cyrus-sasl-devel \
|
cyrus-sasl-devel \
|
||||||
device-mapper-devel \
|
|
||||||
diffutils \
|
|
||||||
dwarves \
|
|
||||||
ebtables \
|
|
||||||
firewalld-filesystem \
|
|
||||||
fuse-devel \
|
|
||||||
gcc \
|
gcc \
|
||||||
gdk-pixbuf2-devel \
|
gdk-pixbuf2-devel \
|
||||||
gettext \
|
gettext \
|
||||||
@ -34,78 +25,35 @@ RUN dnf update -y && \
|
|||||||
glibc-langpack-en \
|
glibc-langpack-en \
|
||||||
gnutls-devel \
|
gnutls-devel \
|
||||||
gobject-introspection-devel \
|
gobject-introspection-devel \
|
||||||
grep \
|
|
||||||
gtk-doc \
|
gtk-doc \
|
||||||
gtk3-devel \
|
gtk3-devel \
|
||||||
icoutils \
|
icoutils \
|
||||||
iproute \
|
|
||||||
iproute-tc \
|
|
||||||
iptables \
|
|
||||||
iscsi-initiator-utils \
|
|
||||||
kmod \
|
|
||||||
libacl-devel \
|
|
||||||
libattr-devel \
|
|
||||||
libblkid-devel \
|
|
||||||
libcap-ng-devel \
|
|
||||||
libcurl-devel \
|
|
||||||
libgcrypt-devel \
|
libgcrypt-devel \
|
||||||
libiscsi-devel \
|
|
||||||
libnbd-devel \
|
|
||||||
libnl3-devel \
|
libnl3-devel \
|
||||||
libpcap-devel \
|
|
||||||
libpciaccess-devel \
|
|
||||||
librbd-devel \
|
|
||||||
libselinux-devel \
|
|
||||||
libssh-devel \
|
|
||||||
libssh2-devel \
|
|
||||||
libtirpc-devel \
|
libtirpc-devel \
|
||||||
libtool \
|
libtool \
|
||||||
libwsman-devel \
|
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libxml2-devel \
|
libxml2-devel \
|
||||||
libxslt \
|
libxslt \
|
||||||
lvm2 \
|
|
||||||
make \
|
make \
|
||||||
meson \
|
meson \
|
||||||
nfs-utils \
|
|
||||||
ninja-build \
|
ninja-build \
|
||||||
numactl-devel \
|
|
||||||
numad \
|
|
||||||
parted-devel \
|
|
||||||
perl-base \
|
perl-base \
|
||||||
pkgconfig \
|
pkgconfig \
|
||||||
polkit \
|
|
||||||
pulseaudio-libs-devel \
|
pulseaudio-libs-devel \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
python3-flake8 \
|
|
||||||
python3-pip \
|
|
||||||
python3-pytest \
|
|
||||||
python3-setuptools \
|
|
||||||
python3-wheel \
|
|
||||||
qemu-img \
|
|
||||||
readline-devel \
|
|
||||||
rpm-build \
|
rpm-build \
|
||||||
sanlock-devel \
|
|
||||||
sed \
|
|
||||||
systemd-devel \
|
|
||||||
systemd-rpm-macros \
|
|
||||||
systemtap-sdt-devel \
|
|
||||||
vala \
|
vala \
|
||||||
vte291-devel \
|
vte291-devel && \
|
||||||
wireshark-devel \
|
|
||||||
yajl-devel && \
|
|
||||||
dnf autoremove -y && \
|
dnf autoremove -y && \
|
||||||
dnf clean all -y && \
|
dnf clean all -y && \
|
||||||
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED && \
|
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED && \
|
||||||
rpm -qa | sort > /packages.txt && \
|
rpm -qa | sort > /packages.txt && \
|
||||||
mkdir -p /usr/libexec/ccache-wrappers && \
|
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/cc && \
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \
|
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
||||||
|
|
||||||
RUN /usr/bin/pip3 install black
|
|
||||||
|
|
||||||
ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
||||||
ENV LANG "en_US.UTF-8"
|
ENV LANG "en_US.UTF-8"
|
||||||
ENV MAKE "/usr/bin/make"
|
ENV MAKE "/usr/bin/make"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# https://gitlab.com/libvirt/libvirt-ci
|
# https://gitlab.com/libvirt/libvirt-ci
|
||||||
|
|
||||||
FROM docker.io/library/alpine:3.18
|
FROM docker.io/library/alpine:3.20
|
||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk upgrade && \
|
apk upgrade && \
|
@ -12,20 +12,11 @@ RUN dnf distro-sync -y && \
|
|||||||
dnf install -y epel-release && \
|
dnf install -y epel-release && \
|
||||||
dnf install -y epel-next-release && \
|
dnf install -y epel-next-release && \
|
||||||
dnf install -y \
|
dnf install -y \
|
||||||
audit-libs-devel \
|
|
||||||
augeas \
|
|
||||||
bash-completion \
|
bash-completion \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
ccache \
|
ccache \
|
||||||
clang \
|
|
||||||
cpp \
|
cpp \
|
||||||
cyrus-sasl-devel \
|
cyrus-sasl-devel \
|
||||||
device-mapper-devel \
|
|
||||||
diffutils \
|
|
||||||
dwarves \
|
|
||||||
ebtables \
|
|
||||||
firewalld-filesystem \
|
|
||||||
fuse-devel \
|
|
||||||
gcc \
|
gcc \
|
||||||
gdk-pixbuf2-devel \
|
gdk-pixbuf2-devel \
|
||||||
gettext \
|
gettext \
|
||||||
@ -35,78 +26,35 @@ RUN dnf distro-sync -y && \
|
|||||||
glibc-langpack-en \
|
glibc-langpack-en \
|
||||||
gnutls-devel \
|
gnutls-devel \
|
||||||
gobject-introspection-devel \
|
gobject-introspection-devel \
|
||||||
grep \
|
|
||||||
gtk-doc \
|
gtk-doc \
|
||||||
gtk3-devel \
|
gtk3-devel \
|
||||||
icoutils \
|
icoutils \
|
||||||
iproute \
|
|
||||||
iproute-tc \
|
|
||||||
iptables \
|
|
||||||
iscsi-initiator-utils \
|
|
||||||
kmod \
|
|
||||||
libacl-devel \
|
|
||||||
libattr-devel \
|
|
||||||
libblkid-devel \
|
|
||||||
libcap-ng-devel \
|
|
||||||
libcurl-devel \
|
|
||||||
libgcrypt-devel \
|
libgcrypt-devel \
|
||||||
libiscsi-devel \
|
|
||||||
libnbd-devel \
|
|
||||||
libnl3-devel \
|
libnl3-devel \
|
||||||
libpcap-devel \
|
|
||||||
libpciaccess-devel \
|
|
||||||
librbd-devel \
|
|
||||||
libselinux-devel \
|
|
||||||
libssh-devel \
|
|
||||||
libssh2-devel \
|
|
||||||
libtirpc-devel \
|
libtirpc-devel \
|
||||||
libtool \
|
libtool \
|
||||||
libwsman-devel \
|
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libxml2-devel \
|
libxml2-devel \
|
||||||
libxslt \
|
libxslt \
|
||||||
lvm2 \
|
|
||||||
make \
|
make \
|
||||||
meson \
|
meson \
|
||||||
nfs-utils \
|
|
||||||
ninja-build \
|
ninja-build \
|
||||||
numactl-devel \
|
|
||||||
numad \
|
|
||||||
parted-devel \
|
|
||||||
perl-base \
|
perl-base \
|
||||||
pkgconfig \
|
pkgconfig \
|
||||||
polkit \
|
|
||||||
pulseaudio-libs-devel \
|
pulseaudio-libs-devel \
|
||||||
python3 \
|
python3 \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
python3-flake8 \
|
|
||||||
python3-pip \
|
|
||||||
python3-pytest \
|
|
||||||
python3-setuptools \
|
|
||||||
python3-wheel \
|
|
||||||
qemu-img \
|
|
||||||
readline-devel \
|
|
||||||
rpm-build \
|
rpm-build \
|
||||||
sanlock-devel \
|
|
||||||
sed \
|
|
||||||
systemd-devel \
|
|
||||||
systemd-rpm-macros \
|
|
||||||
systemtap-sdt-devel \
|
|
||||||
vala \
|
vala \
|
||||||
vte291-devel \
|
vte291-devel && \
|
||||||
wireshark-devel \
|
|
||||||
yajl-devel && \
|
|
||||||
dnf autoremove -y && \
|
dnf autoremove -y && \
|
||||||
dnf clean all -y && \
|
dnf clean all -y && \
|
||||||
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED && \
|
rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED && \
|
||||||
rpm -qa | sort > /packages.txt && \
|
rpm -qa | sort > /packages.txt && \
|
||||||
mkdir -p /usr/libexec/ccache-wrappers && \
|
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/cc && \
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \
|
|
||||||
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
|
||||||
|
|
||||||
RUN /usr/bin/pip3 install black
|
|
||||||
|
|
||||||
ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
||||||
ENV LANG "en_US.UTF-8"
|
ENV LANG "en_US.UTF-8"
|
||||||
ENV MAKE "/usr/bin/make"
|
ENV MAKE "/usr/bin/make"
|
||||||
|
@ -4,9 +4,10 @@
|
|||||||
#
|
#
|
||||||
# https://gitlab.com/libvirt/libvirt-ci
|
# https://gitlab.com/libvirt/libvirt-ci
|
||||||
|
|
||||||
FROM registry.opensuse.org/opensuse/leap:15.5
|
FROM registry.opensuse.org/opensuse/leap:15.6
|
||||||
|
|
||||||
RUN zypper update -y && \
|
RUN zypper update -y && \
|
||||||
|
zypper addrepo -fc https://download.opensuse.org/update/leap/15.6/backports/openSUSE:Backports:SLE-15-SP6:Update.repo && \
|
||||||
zypper install -y \
|
zypper install -y \
|
||||||
bash-completion-devel \
|
bash-completion-devel \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
then
|
then
|
||||||
source ci/buildenv/$NAME.sh ;
|
source ci/buildenv/$NAME.sh ;
|
||||||
install_buildenv ;
|
install_buildenv ;
|
||||||
|
export_buildenv ;
|
||||||
fi
|
fi
|
||||||
- cat /packages.txt
|
- cat /packages.txt
|
||||||
variables:
|
variables:
|
||||||
@ -168,6 +169,7 @@
|
|||||||
then
|
then
|
||||||
source ci/buildenv/$NAME-cross-$CROSS.sh ;
|
source ci/buildenv/$NAME-cross-$CROSS.sh ;
|
||||||
install_buildenv ;
|
install_buildenv ;
|
||||||
|
export_buildenv ;
|
||||||
fi
|
fi
|
||||||
- cat /packages.txt
|
- cat /packages.txt
|
||||||
variables:
|
variables:
|
||||||
|
@ -7,20 +7,8 @@
|
|||||||
|
|
||||||
# Native build jobs
|
# Native build jobs
|
||||||
|
|
||||||
x86_64-almalinux-8:
|
|
||||||
extends: .native_build_job
|
|
||||||
needs:
|
|
||||||
- job: x86_64-almalinux-8-container
|
|
||||||
optional: true
|
|
||||||
allow_failure: false
|
|
||||||
variables:
|
|
||||||
NAME: almalinux-8
|
|
||||||
RPM: skip
|
|
||||||
TARGET_BASE_IMAGE: docker.io/library/almalinux:8
|
|
||||||
|
|
||||||
|
|
||||||
x86_64-almalinux-9:
|
x86_64-almalinux-9:
|
||||||
extends: .native_build_job
|
extends: .native_git_build_job
|
||||||
needs:
|
needs:
|
||||||
- job: x86_64-almalinux-9-container
|
- job: x86_64-almalinux-9-container
|
||||||
optional: true
|
optional: true
|
||||||
@ -31,17 +19,6 @@ x86_64-almalinux-9:
|
|||||||
TARGET_BASE_IMAGE: docker.io/library/almalinux:9
|
TARGET_BASE_IMAGE: docker.io/library/almalinux:9
|
||||||
|
|
||||||
|
|
||||||
x86_64-alpine-318:
|
|
||||||
extends: .native_build_job
|
|
||||||
needs:
|
|
||||||
- job: x86_64-alpine-318-container
|
|
||||||
optional: true
|
|
||||||
allow_failure: false
|
|
||||||
variables:
|
|
||||||
NAME: alpine-318
|
|
||||||
TARGET_BASE_IMAGE: docker.io/library/alpine:3.18
|
|
||||||
|
|
||||||
|
|
||||||
x86_64-alpine-319:
|
x86_64-alpine-319:
|
||||||
extends: .native_build_job
|
extends: .native_build_job
|
||||||
needs:
|
needs:
|
||||||
@ -53,6 +30,17 @@ x86_64-alpine-319:
|
|||||||
TARGET_BASE_IMAGE: docker.io/library/alpine:3.19
|
TARGET_BASE_IMAGE: docker.io/library/alpine:3.19
|
||||||
|
|
||||||
|
|
||||||
|
x86_64-alpine-320:
|
||||||
|
extends: .native_build_job
|
||||||
|
needs:
|
||||||
|
- job: x86_64-alpine-320-container
|
||||||
|
optional: true
|
||||||
|
allow_failure: false
|
||||||
|
variables:
|
||||||
|
NAME: alpine-320
|
||||||
|
TARGET_BASE_IMAGE: docker.io/library/alpine:3.20
|
||||||
|
|
||||||
|
|
||||||
x86_64-alpine-edge:
|
x86_64-alpine-edge:
|
||||||
extends: .native_build_job
|
extends: .native_build_job
|
||||||
needs:
|
needs:
|
||||||
@ -65,7 +53,7 @@ x86_64-alpine-edge:
|
|||||||
|
|
||||||
|
|
||||||
x86_64-centos-stream-9:
|
x86_64-centos-stream-9:
|
||||||
extends: .native_build_job
|
extends: .native_git_build_job
|
||||||
needs:
|
needs:
|
||||||
- job: x86_64-centos-stream-9-container
|
- job: x86_64-centos-stream-9-container
|
||||||
optional: true
|
optional: true
|
||||||
@ -151,7 +139,7 @@ x86_64-opensuse-leap-15:
|
|||||||
variables:
|
variables:
|
||||||
NAME: opensuse-leap-15
|
NAME: opensuse-leap-15
|
||||||
RPM: skip
|
RPM: skip
|
||||||
TARGET_BASE_IMAGE: registry.opensuse.org/opensuse/leap:15.5
|
TARGET_BASE_IMAGE: registry.opensuse.org/opensuse/leap:15.6
|
||||||
|
|
||||||
|
|
||||||
x86_64-opensuse-tumbleweed:
|
x86_64-opensuse-tumbleweed:
|
||||||
|
@ -7,13 +7,6 @@
|
|||||||
|
|
||||||
# Native container jobs
|
# Native container jobs
|
||||||
|
|
||||||
x86_64-almalinux-8-container:
|
|
||||||
extends: .container_job
|
|
||||||
allow_failure: false
|
|
||||||
variables:
|
|
||||||
NAME: almalinux-8
|
|
||||||
|
|
||||||
|
|
||||||
x86_64-almalinux-9-container:
|
x86_64-almalinux-9-container:
|
||||||
extends: .container_job
|
extends: .container_job
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
@ -21,13 +14,6 @@ x86_64-almalinux-9-container:
|
|||||||
NAME: almalinux-9
|
NAME: almalinux-9
|
||||||
|
|
||||||
|
|
||||||
x86_64-alpine-318-container:
|
|
||||||
extends: .container_job
|
|
||||||
allow_failure: false
|
|
||||||
variables:
|
|
||||||
NAME: alpine-318
|
|
||||||
|
|
||||||
|
|
||||||
x86_64-alpine-319-container:
|
x86_64-alpine-319-container:
|
||||||
extends: .container_job
|
extends: .container_job
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
@ -35,6 +21,13 @@ x86_64-alpine-319-container:
|
|||||||
NAME: alpine-319
|
NAME: alpine-319
|
||||||
|
|
||||||
|
|
||||||
|
x86_64-alpine-320-container:
|
||||||
|
extends: .container_job
|
||||||
|
allow_failure: false
|
||||||
|
variables:
|
||||||
|
NAME: alpine-320
|
||||||
|
|
||||||
|
|
||||||
x86_64-alpine-edge-container:
|
x86_64-alpine-edge-container:
|
||||||
extends: .container_job
|
extends: .container_job
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
@ -9,39 +9,35 @@ gitlab:
|
|||||||
project: virt-viewer
|
project: virt-viewer
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
almalinux-8:
|
|
||||||
jobs:
|
|
||||||
- arch: x86_64
|
|
||||||
variables:
|
|
||||||
RPM: skip
|
|
||||||
|
|
||||||
almalinux-9:
|
almalinux-9:
|
||||||
projects:
|
projects:
|
||||||
- virt-viewer
|
- virt-viewer
|
||||||
- https://gitlab.com/libvirt/libvirt/-/raw/master/ci/lcitool/projects/libvirt.yml
|
- https://gitlab.com/libvirt/libvirt/-/raw/master/ci/lcitool/projects/libvirt+minimal.yml
|
||||||
- https://gitlab.com/libvirt/libvirt-glib/-/raw/master/ci/lcitool/projects/libvirt-glib.yml
|
- https://gitlab.com/libvirt/libvirt-glib/-/raw/master/ci/lcitool/projects/libvirt-glib.yml
|
||||||
- https://gitlab.gnome.org/GNOME/gtk-vnc/-/raw/master/ci/lcitool/projects/gtk-vnc.yml
|
- https://gitlab.gnome.org/GNOME/gtk-vnc/-/raw/master/ci/lcitool/projects/gtk-vnc.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- arch: x86_64
|
- arch: x86_64
|
||||||
|
template: .native_git_build_job
|
||||||
variables:
|
variables:
|
||||||
RPM: skip
|
RPM: skip
|
||||||
|
|
||||||
alpine-318: x86_64
|
|
||||||
|
|
||||||
alpine-319: x86_64
|
alpine-319: x86_64
|
||||||
|
|
||||||
|
alpine-320: x86_64
|
||||||
|
|
||||||
alpine-edge: x86_64
|
alpine-edge: x86_64
|
||||||
|
|
||||||
centos-stream-9:
|
centos-stream-9:
|
||||||
projects:
|
projects:
|
||||||
- virt-viewer
|
- virt-viewer
|
||||||
- https://gitlab.com/libvirt/libvirt/-/raw/master/ci/lcitool/projects/libvirt.yml
|
- https://gitlab.com/libvirt/libvirt/-/raw/master/ci/lcitool/projects/libvirt+minimal.yml
|
||||||
- https://gitlab.com/libvirt/libvirt-glib/-/raw/master/ci/lcitool/projects/libvirt-glib.yml
|
- https://gitlab.com/libvirt/libvirt-glib/-/raw/master/ci/lcitool/projects/libvirt-glib.yml
|
||||||
- https://gitlab.gnome.org/GNOME/gtk-vnc/-/raw/master/ci/lcitool/projects/gtk-vnc.yml
|
- https://gitlab.gnome.org/GNOME/gtk-vnc/-/raw/master/ci/lcitool/projects/gtk-vnc.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- arch: x86_64
|
- arch: x86_64
|
||||||
|
template: .native_git_build_job
|
||||||
variables:
|
variables:
|
||||||
RPM: skip
|
RPM: skip
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user