diff options
author | Thomas Huth <thuth@redhat.com> | 2022-05-16 13:59:12 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-05-18 08:54:22 +0200 |
commit | f3f0cbaf97c78b1fc1f3855f576e46ea6ad4f34c (patch) | |
tree | 5b1e0431698336cd0fcaa2c3edb6823fff7bf9f3 /tests/lcitool/refresh | |
parent | e4e68c31db5472111fbff528d7348a7e6b2ae07d (diff) | |
download | qemu-f3f0cbaf97c78b1fc1f3855f576e46ea6ad4f34c.zip qemu-f3f0cbaf97c78b1fc1f3855f576e46ea6ad4f34c.tar.gz qemu-f3f0cbaf97c78b1fc1f3855f576e46ea6ad4f34c.tar.bz2 |
Remove Ubuntu 18.04 container support from the repository
According to our "Supported build platforms" policy, we now do not support
Ubuntu 18.04 anymore. Remove the related container files and entries from
our CI.
Message-Id: <20220516115912.120951-1-thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/lcitool/refresh')
-rwxr-xr-x | tests/lcitool/refresh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/lcitool/refresh b/tests/lcitool/refresh index 2d198ad..fb49bbc 100755 --- a/tests/lcitool/refresh +++ b/tests/lcitool/refresh @@ -65,11 +65,6 @@ def generate_cirrus(target, trailer=None): cmd = lcitool_cmd + ["variables", target, "qemu"] generate(filename, cmd, trailer) -ubuntu1804_skipssh = [ - "# https://bugs.launchpad.net/qemu/+bug/1838763\n", - "ENV QEMU_CONFIGURE_OPTS --disable-libssh\n" -] - ubuntu2004_tsanhack = [ "# Apply patch https://reviews.llvm.org/D75820\n", "# This is required for TSan in clang-10 to compile with QEMU.\n", @@ -85,8 +80,6 @@ def debian_cross_build(prefix, targets): try: generate_dockerfile("centos8", "centos-stream-8") generate_dockerfile("fedora", "fedora-35") - generate_dockerfile("ubuntu1804", "ubuntu-1804", - trailer="".join(ubuntu1804_skipssh)) generate_dockerfile("ubuntu2004", "ubuntu-2004", trailer="".join(ubuntu2004_tsanhack)) generate_dockerfile("opensuse-leap", "opensuse-leap-152") |