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 6ae446f commit fce5527Copy full SHA for fce5527
constants.py
@@ -270,9 +270,6 @@
270
if not ("install_only" in OS_INFO[os_i] and OS_INFO[os_i]["install_only"]):
271
ALL_PLATFORMS.add(arch)
272
BUILDERS_AUTOBAKE.append(builder_name_autobake)
273
- # CentOS Stream10 on ppc64le issue - no VM - currently (non-public) issue upstream RHEL-85047
274
- if arch == "ppc64le" and os_i == "centos-stream10":
275
- continue
276
# Currently there are no VMs for x86 and s390x
277
if arch not in ["s390x", "x86"]:
278
BUILDERS_INSTALL.append(builder_name_autobake + "-install")
0 commit comments