Skip to content

Commit fce5527

Browse files
MDBF-847 - centos-stream-10 ppc64le VM is now available
Thanks to Faustin, we now have a working Stream10 VM on ppc64le
1 parent 6ae446f commit fce5527

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

constants.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,6 @@
270270
if not ("install_only" in OS_INFO[os_i] and OS_INFO[os_i]["install_only"]):
271271
ALL_PLATFORMS.add(arch)
272272
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
276273
# Currently there are no VMs for x86 and s390x
277274
if arch not in ["s390x", "x86"]:
278275
BUILDERS_INSTALL.append(builder_name_autobake + "-install")

0 commit comments

Comments
 (0)