From f59f0a20090950ee665c05867a673d58f7a133a2 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Mon, 29 Apr 2024 14:53:38 +0200 Subject: [PATCH] Enable OpenSUSE since VM is ready --- constants.py | 1 - 1 file changed, 1 deletion(-) diff --git a/constants.py b/constants.py index 0f700fdb..92c02431 100644 --- a/constants.py +++ b/constants.py @@ -256,7 +256,6 @@ # Currently there are no VMs for x86 and s390x and OpenSUSE and SLES if ( arch not in ["s390x", "x86"] - and "opensuse" not in os_i and "sles" not in os_i ): builders_install.append(builder_name_autobake + "-install")