[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] CI: Drop gettext from containers
commit c15e2d4c1c93d3d1744501b7f938db4ca23ee5e1 Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Wed Feb 22 14:00:55 2023 +0000 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Wed Feb 22 15:00:00 2023 +0000 CI: Drop gettext from containers Xen 4.13 is fully out of support now. Drop this legacy build dependency. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx> --- automation/build/alpine/3.12-arm64v8.dockerfile | 2 -- automation/build/alpine/3.12.dockerfile | 2 -- automation/build/centos/7.dockerfile | 2 -- automation/build/debian/jessie-i386.dockerfile | 2 -- automation/build/debian/jessie.dockerfile | 2 -- automation/build/debian/stretch-i386.dockerfile | 2 -- automation/build/debian/stretch.dockerfile | 2 -- automation/build/debian/unstable-arm64v8.dockerfile | 2 -- automation/build/debian/unstable-i386.dockerfile | 2 -- automation/build/debian/unstable.dockerfile | 2 -- automation/build/fedora/29.dockerfile | 2 -- automation/build/suse/opensuse-leap.dockerfile | 2 -- automation/build/suse/opensuse-tumbleweed.dockerfile | 2 -- automation/build/ubuntu/bionic.dockerfile | 2 -- automation/build/ubuntu/focal.dockerfile | 2 -- automation/build/ubuntu/trusty.dockerfile | 2 -- automation/build/ubuntu/xenial.dockerfile | 2 -- automation/tests-artifacts/alpine/3.12-arm64v8.dockerfile | 2 -- 18 files changed, 36 deletions(-) diff --git a/automation/build/alpine/3.12-arm64v8.dockerfile b/automation/build/alpine/3.12-arm64v8.dockerfile index f8d3927ee3..180c978964 100644 --- a/automation/build/alpine/3.12-arm64v8.dockerfile +++ b/automation/build/alpine/3.12-arm64v8.dockerfile @@ -20,8 +20,6 @@ RUN apk --no-cache add \ dtc-dev \ flex \ gcc \ - # gettext for Xen < 4.13 - gettext \ git \ iasl \ libaio-dev \ diff --git a/automation/build/alpine/3.12.dockerfile b/automation/build/alpine/3.12.dockerfile index fbf4aa4d3d..c847aa82d9 100644 --- a/automation/build/alpine/3.12.dockerfile +++ b/automation/build/alpine/3.12.dockerfile @@ -21,8 +21,6 @@ RUN apk --no-cache add \ flex \ g++ \ gcc \ - # gettext for Xen < 4.13 - gettext \ git \ grep \ iasl \ diff --git a/automation/build/centos/7.dockerfile b/automation/build/centos/7.dockerfile index f5264e02d9..69dcefb2f0 100644 --- a/automation/build/centos/7.dockerfile +++ b/automation/build/centos/7.dockerfile @@ -25,8 +25,6 @@ RUN yum -y update \ python-devel \ libuuid-devel \ pkgconfig \ - # gettext for Xen < 4.13 - gettext \ flex \ bison \ libaio-devel \ diff --git a/automation/build/debian/jessie-i386.dockerfile b/automation/build/debian/jessie-i386.dockerfile index 3f86d91f63..b152d658d3 100644 --- a/automation/build/debian/jessie-i386.dockerfile +++ b/automation/build/debian/jessie-i386.dockerfile @@ -28,8 +28,6 @@ RUN apt-get update && \ pkg-config \ flex \ bison \ - # gettext for Xen < 4.13 - gettext \ acpica-tools \ bin86 \ bcc \ diff --git a/automation/build/debian/jessie.dockerfile b/automation/build/debian/jessie.dockerfile index 2f19adcad3..1e33e635d2 100644 --- a/automation/build/debian/jessie.dockerfile +++ b/automation/build/debian/jessie.dockerfile @@ -26,8 +26,6 @@ RUN apt-get update && \ pkg-config \ flex \ bison \ - # gettext for Xen < 4.13 - gettext \ acpica-tools \ bin86 \ bcc \ diff --git a/automation/build/debian/stretch-i386.dockerfile b/automation/build/debian/stretch-i386.dockerfile index c7840d33ab..d93f74c979 100644 --- a/automation/build/debian/stretch-i386.dockerfile +++ b/automation/build/debian/stretch-i386.dockerfile @@ -29,8 +29,6 @@ RUN apt-get update && \ pkg-config \ flex \ bison \ - # gettext for Xen < 4.13 - gettext \ acpica-tools \ bin86 \ bcc \ diff --git a/automation/build/debian/stretch.dockerfile b/automation/build/debian/stretch.dockerfile index 30fcc5288d..2c086b197c 100644 --- a/automation/build/debian/stretch.dockerfile +++ b/automation/build/debian/stretch.dockerfile @@ -27,8 +27,6 @@ RUN apt-get update && \ pkg-config \ flex \ bison \ - # gettext for Xen < 4.13 - gettext \ acpica-tools \ bin86 \ bcc \ diff --git a/automation/build/debian/unstable-arm64v8.dockerfile b/automation/build/debian/unstable-arm64v8.dockerfile index 0080c22ba2..b9b1587f88 100644 --- a/automation/build/debian/unstable-arm64v8.dockerfile +++ b/automation/build/debian/unstable-arm64v8.dockerfile @@ -26,8 +26,6 @@ RUN apt-get update && \ pkg-config \ flex \ bison \ - # gettext for Xen < 4.13 - gettext \ acpica-tools \ libfdt-dev \ bin86 \ diff --git a/automation/build/debian/unstable-i386.dockerfile b/automation/build/debian/unstable-i386.dockerfile index 6ce54a481b..1c4928b09e 100644 --- a/automation/build/debian/unstable-i386.dockerfile +++ b/automation/build/debian/unstable-i386.dockerfile @@ -28,8 +28,6 @@ RUN apt-get update && \ pkg-config \ flex \ bison \ - # gettext for Xen < 4.13 - gettext \ acpica-tools \ bin86 \ bcc \ diff --git a/automation/build/debian/unstable.dockerfile b/automation/build/debian/unstable.dockerfile index b560337b7a..6ef2878200 100644 --- a/automation/build/debian/unstable.dockerfile +++ b/automation/build/debian/unstable.dockerfile @@ -26,8 +26,6 @@ RUN apt-get update && \ pkg-config \ flex \ bison \ - # gettext for Xen < 4.13 - gettext \ acpica-tools \ bin86 \ bcc \ diff --git a/automation/build/fedora/29.dockerfile b/automation/build/fedora/29.dockerfile index 60a5d72266..e55b06a451 100644 --- a/automation/build/fedora/29.dockerfile +++ b/automation/build/fedora/29.dockerfile @@ -14,8 +14,6 @@ RUN dnf -y install \ python3-devel \ libuuid-devel \ pkgconfig \ - # gettext for Xen < 4.13 - gettext \ flex \ bison \ libaio-devel \ diff --git a/automation/build/suse/opensuse-leap.dockerfile b/automation/build/suse/opensuse-leap.dockerfile index 5e8111f40b..bac9385412 100644 --- a/automation/build/suse/opensuse-leap.dockerfile +++ b/automation/build/suse/opensuse-leap.dockerfile @@ -22,8 +22,6 @@ RUN zypper install -y --no-recommends \ flex \ gcc \ gcc-c++ \ - # gettext-tools for Xen < 4.13 - gettext-tools \ git \ glib2-devel \ glibc-devel \ diff --git a/automation/build/suse/opensuse-tumbleweed.dockerfile b/automation/build/suse/opensuse-tumbleweed.dockerfile index b165c48245..3e5771fccd 100644 --- a/automation/build/suse/opensuse-tumbleweed.dockerfile +++ b/automation/build/suse/opensuse-tumbleweed.dockerfile @@ -22,8 +22,6 @@ RUN zypper install -y --no-recommends \ flex \ gcc \ gcc-c++ \ - # gettext-tools for Xen < 4.13 - gettext-tools \ git \ glib2-devel \ glibc-devel \ diff --git a/automation/build/ubuntu/bionic.dockerfile b/automation/build/ubuntu/bionic.dockerfile index 1e5a27c70f..e15f54431e 100644 --- a/automation/build/ubuntu/bionic.dockerfile +++ b/automation/build/ubuntu/bionic.dockerfile @@ -27,8 +27,6 @@ RUN apt-get update && \ pkg-config \ flex \ bison \ - # gettext for Xen < 4.13 - gettext \ acpica-tools \ bin86 \ bcc \ diff --git a/automation/build/ubuntu/focal.dockerfile b/automation/build/ubuntu/focal.dockerfile index 74655b9876..9c851c0620 100644 --- a/automation/build/ubuntu/focal.dockerfile +++ b/automation/build/ubuntu/focal.dockerfile @@ -26,8 +26,6 @@ RUN apt-get update && \ pkg-config \ flex \ bison \ - # gettext for Xen < 4.13 - gettext \ acpica-tools \ bin86 \ bcc \ diff --git a/automation/build/ubuntu/trusty.dockerfile b/automation/build/ubuntu/trusty.dockerfile index b4b2f85e73..b298a515c6 100644 --- a/automation/build/ubuntu/trusty.dockerfile +++ b/automation/build/ubuntu/trusty.dockerfile @@ -27,8 +27,6 @@ RUN apt-get update && \ pkg-config \ flex \ bison \ - # gettext for Xen < 4.13 - gettext \ acpica-tools \ bin86 \ bcc \ diff --git a/automation/build/ubuntu/xenial.dockerfile b/automation/build/ubuntu/xenial.dockerfile index 82171d856d..2d2ba3e31f 100644 --- a/automation/build/ubuntu/xenial.dockerfile +++ b/automation/build/ubuntu/xenial.dockerfile @@ -27,8 +27,6 @@ RUN apt-get update && \ pkg-config \ flex \ bison \ - # gettext for Xen < 4.13 - gettext \ acpica-tools \ bin86 \ bcc \ diff --git a/automation/tests-artifacts/alpine/3.12-arm64v8.dockerfile b/automation/tests-artifacts/alpine/3.12-arm64v8.dockerfile index 7eb1f22940..cb8e9e59bb 100644 --- a/automation/tests-artifacts/alpine/3.12-arm64v8.dockerfile +++ b/automation/tests-artifacts/alpine/3.12-arm64v8.dockerfile @@ -19,8 +19,6 @@ RUN \ apk add dbus && \ apk add bash && \ apk add python2 && \ - # gettext for Xen < 4.13 - apk add gettext && \ apk add zlib && \ apk add ncurses && \ apk add texinfo && \ -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |