]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: Add Alpine Linux 3.15
authorAndrea Bolognani <abologna@redhat.com>
Tue, 12 Apr 2022 16:59:40 +0000 (18:59 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 14 Apr 2022 15:59:30 +0000 (17:59 +0200)
It was released in November 2021.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
ci/containers/alpine-315.Dockerfile [new file with mode: 0644]
ci/gitlab.yml
ci/manifest.yml

diff --git a/ci/containers/alpine-315.Dockerfile b/ci/containers/alpine-315.Dockerfile
new file mode 100644 (file)
index 0000000..26d72f8
--- /dev/null
@@ -0,0 +1,80 @@
+# THIS FILE WAS AUTO-GENERATED
+#
+#  $ lcitool manifest ci/manifest.yml
+#
+# https://gitlab.com/libvirt/libvirt-ci
+
+FROM docker.io/library/alpine:3.15
+
+RUN apk update && \
+    apk upgrade && \
+    apk add \
+        acl-dev \
+        attr-dev \
+        audit-dev \
+        augeas \
+        bash-completion \
+        ca-certificates \
+        ccache \
+        ceph-dev \
+        clang \
+        curl-dev \
+        cyrus-sasl-dev \
+        diffutils \
+        eudev-dev \
+        fuse-dev \
+        gcc \
+        gettext \
+        git \
+        glib-dev \
+        gnutls-dev \
+        grep \
+        iproute2 \
+        iptables \
+        kmod \
+        libcap-ng-dev \
+        libnl3-dev \
+        libpcap-dev \
+        libpciaccess-dev \
+        libselinux-dev \
+        libssh-dev \
+        libssh2-dev \
+        libtirpc-dev \
+        libxml2-dev \
+        libxml2-utils \
+        libxslt \
+        lvm2 \
+        lvm2-dev \
+        make \
+        meson \
+        musl-dev \
+        netcf-dev \
+        nfs-utils \
+        numactl-dev \
+        open-iscsi \
+        parted-dev \
+        perl \
+        pkgconf \
+        polkit \
+        py3-docutils \
+        py3-flake8 \
+        python3 \
+        qemu-img \
+        readline-dev \
+        samurai \
+        sed \
+        util-linux-dev \
+        wireshark-dev \
+        xen-dev \
+        yajl-dev && \
+    apk list | 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
+
+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"
index af4c61b7b459feaae51b1ec47963d7a4c57e422d..dd6f919f2f5d20457cdbcd7abc888b181bbe0261 100644 (file)
@@ -93,6 +93,13 @@ x86_64-alpine-314-container:
     NAME: alpine-314
 
 
+x86_64-alpine-315-container:
+  extends: .container_job
+  allow_failure: false
+  variables:
+    NAME: alpine-315
+
+
 x86_64-alpine-edge-container:
   extends: .container_job
   allow_failure: true
@@ -415,6 +422,15 @@ x86_64-alpine-314:
     NAME: alpine-314
 
 
+x86_64-alpine-315:
+  extends: .native_build_job
+  needs:
+    - x86_64-alpine-315-container
+  allow_failure: false
+  variables:
+    NAME: alpine-315
+
+
 x86_64-alpine-edge:
   extends: .native_build_job
   needs:
index 58f6ac36a5b4b571b6a9b60afc16b7b05b0e48eb..9e29ffefc0fdfcc87d25160bb6d041a00ec89ee1 100644 (file)
@@ -20,6 +20,8 @@ targets:
 
   alpine-314: x86_64
 
+  alpine-315: x86_64
+
   alpine-edge:
     jobs:
       - arch: x86_64