mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
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>
This commit is contained in:
parent
e4e68c31db
commit
f3f0cbaf97
6 changed files with 4 additions and 170 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue