|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] ci: drop CentOS 6
commit 7872b493f9db0e6361354bed82b0b4d92a7cd861
Author: Doug Goldstein <cardoe@xxxxxxxxxx>
AuthorDate: Wed Nov 18 10:27:06 2020 -0600
Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
CommitDate: Wed Nov 18 16:55:30 2020 +0000
ci: drop CentOS 6
CentOS 6 is no longer supported by upstream so we cannot test against it
for future Xen releases.
Signed-off-by: Doug Goldstein <cardoe@xxxxxxxxxx>
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
automation/build/centos/6.dockerfile | 51 ------------------------------------
automation/gitlab-ci/build.yaml | 10 -------
automation/scripts/containerize | 1 -
3 files changed, 62 deletions(-)
diff --git a/automation/build/centos/6.dockerfile
b/automation/build/centos/6.dockerfile
deleted file mode 100644
index 54d022be86..0000000000
--- a/automation/build/centos/6.dockerfile
+++ /dev/null
@@ -1,51 +0,0 @@
-FROM centos:6
-LABEL maintainer.name="The Xen Project" \
- maintainer.email="xen-devel@xxxxxxxxxxxxxxxxxxxx"
-
-RUN mkdir /build
-WORKDIR /build
-
-# work around https://github.com/moby/moby/issues/10180
-# and add EPEL for dev86
-RUN rpm --rebuilddb && \
- yum -y install \
- yum-plugin-ovl \
- epel-release \
- && yum clean all && \
- rm -rf /var/cache/yum
-
-# install Xen depends
-RUN yum -y install \
- gcc \
- gcc-c++ \
- ncurses-devel \
- zlib-devel \
- openssl-devel \
- python-devel \
- libuuid-devel \
- pciutils-devel \
- pkgconfig \
- gettext \
- flex \
- bison \
- libaio-devel \
- glib2-devel \
- yajl-devel \
- pixman-devel \
- glibc-devel \
- glibc-devel.i686 \
- make \
- binutils \
- git \
- wget \
- acpica-tools \
- python-markdown \
- patch \
- checkpolicy \
- dev86 \
- iasl \
- xz-devel \
- bzip2 \
- nasm \
- && yum clean all && \
- rm -rf /var/cache/yum
diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml
index 1e61d30c85..4bd1cfc1c0 100644
--- a/automation/gitlab-ci/build.yaml
+++ b/automation/gitlab-ci/build.yaml
@@ -176,16 +176,6 @@ centos-7-gcc-debug:
variables:
CONTAINER: centos:7
-centos-6-gcc:
- extends: .gcc-x86-64-build
- variables:
- CONTAINER: centos:6
-
-centos-6-gcc-debug:
- extends: .gcc-x86-64-build-debug
- variables:
- CONTAINER: centos:6
-
debian-jessie-clang:
extends: .clang-x86-64-build
variables:
diff --git a/automation/scripts/containerize b/automation/scripts/containerize
index a75d54566c..58b83653b1 100755
--- a/automation/scripts/containerize
+++ b/automation/scripts/containerize
@@ -25,7 +25,6 @@ die() {
BASE="registry.gitlab.com/xen-project/xen"
case "_${CONTAINER}" in
_archlinux|_arch) CONTAINER="${BASE}/archlinux:current" ;;
- _centos6) CONTAINER="${BASE}/centos:6" ;;
_centos7) CONTAINER="${BASE}/centos:7" ;;
_centos72) CONTAINER="${BASE}/centos:7.2" ;;
_fedora) CONTAINER="${BASE}/fedora:29";;
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |