ci: Add openSUSE Leap 15.3
It was released in June 2021. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
67e3589120
commit
e33366fc19
100
ci/containers/opensuse-leap-153.Dockerfile
Normal file
100
ci/containers/opensuse-leap-153.Dockerfile
Normal file
@ -0,0 +1,100 @@
|
|||||||
|
# THIS FILE WAS AUTO-GENERATED
|
||||||
|
#
|
||||||
|
# $ lcitool manifest ci/manifest.yml
|
||||||
|
#
|
||||||
|
# https://gitlab.com/libvirt/libvirt-ci
|
||||||
|
|
||||||
|
FROM registry.opensuse.org/opensuse/leap:15.3
|
||||||
|
|
||||||
|
RUN 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 \
|
||||||
|
nfs-utils \
|
||||||
|
ninja \
|
||||||
|
numad \
|
||||||
|
open-iscsi \
|
||||||
|
parted-devel \
|
||||||
|
perl-base \
|
||||||
|
pkgconfig \
|
||||||
|
polkit \
|
||||||
|
python3-base \
|
||||||
|
python3-docutils \
|
||||||
|
python3-flake8 \
|
||||||
|
python3-pip \
|
||||||
|
python3-setuptools \
|
||||||
|
python3-wheel \
|
||||||
|
qemu-tools \
|
||||||
|
readline-devel \
|
||||||
|
rpcgen \
|
||||||
|
rpm-build \
|
||||||
|
sanlock-devel \
|
||||||
|
scrub \
|
||||||
|
sed \
|
||||||
|
systemtap-sdt-devel \
|
||||||
|
wireshark-devel \
|
||||||
|
xen-devel && \
|
||||||
|
zypper clean --all && \
|
||||||
|
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
|
||||||
|
|
||||||
|
RUN pip3 install meson==0.56.0
|
||||||
|
|
||||||
|
ENV LANG "en_US.UTF-8"
|
||||||
|
ENV MAKE "/usr/bin/make"
|
||||||
|
ENV NINJA "/usr/bin/ninja"
|
||||||
|
ENV PYTHON "/usr/bin/python3"
|
||||||
|
ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
@ -170,6 +170,13 @@ x86_64-opensuse-leap-152-container:
|
|||||||
NAME: opensuse-leap-152
|
NAME: opensuse-leap-152
|
||||||
|
|
||||||
|
|
||||||
|
x86_64-opensuse-leap-153-container:
|
||||||
|
extends: .container_job
|
||||||
|
allow_failure: false
|
||||||
|
variables:
|
||||||
|
NAME: opensuse-leap-153
|
||||||
|
|
||||||
|
|
||||||
x86_64-opensuse-tumbleweed-container:
|
x86_64-opensuse-tumbleweed-container:
|
||||||
extends: .container_job
|
extends: .container_job
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
@ -558,6 +565,16 @@ x86_64-opensuse-leap-152:
|
|||||||
RPM: skip
|
RPM: skip
|
||||||
|
|
||||||
|
|
||||||
|
x86_64-opensuse-leap-153:
|
||||||
|
extends: .native_build_job
|
||||||
|
needs:
|
||||||
|
- x86_64-opensuse-leap-153-container
|
||||||
|
allow_failure: false
|
||||||
|
variables:
|
||||||
|
NAME: opensuse-leap-153
|
||||||
|
RPM: skip
|
||||||
|
|
||||||
|
|
||||||
x86_64-opensuse-tumbleweed:
|
x86_64-opensuse-tumbleweed:
|
||||||
extends: .native_build_job
|
extends: .native_build_job
|
||||||
needs:
|
needs:
|
||||||
|
@ -195,6 +195,12 @@ targets:
|
|||||||
variables:
|
variables:
|
||||||
RPM: skip
|
RPM: skip
|
||||||
|
|
||||||
|
opensuse-leap-153:
|
||||||
|
jobs:
|
||||||
|
- arch: x86_64
|
||||||
|
variables:
|
||||||
|
RPM: skip
|
||||||
|
|
||||||
opensuse-tumbleweed:
|
opensuse-tumbleweed:
|
||||||
jobs:
|
jobs:
|
||||||
- arch: x86_64
|
- arch: x86_64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user