We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25eea00 commit d8d9aa0Copy full SHA for d8d9aa0
constants.py
@@ -296,6 +296,9 @@
296
if not ("install_only" in OS_INFO[os_i] and OS_INFO[os_i]["install_only"]):
297
ALL_PLATFORMS.add(arch)
298
BUILDERS_AUTOBAKE.append(builder_name_autobake)
299
+ # No VM install for opensuse16.0.0 yet
300
+ if os_i == "opensuse-1600":
301
+ continue
302
# Currently there are no VMs for x86 and s390x
303
if arch not in ["s390x", "x86"]:
304
BUILDERS_INSTALL.append(builder_name_autobake + "-install")
0 commit comments