Do not clear macos matrix for pkg tests

This commit is contained in:
Daniel A. Wozniak 2024-11-19 14:43:18 -07:00 committed by Daniel Wozniak
parent b828d7a008
commit 9bcb8295e1

View file

@ -870,14 +870,14 @@ def pkg_matrix(
for entry in _matrix:
ctx.print(" * ", entry, soft_wrap=True)
if (
gh_event["repository"]["fork"] is True
and "macos" in distro_slug
and "arm64" in distro_slug
):
# XXX: This should work now
ctx.warn("Forks don't have access to MacOS 13 Arm64. Clearning the matrix.")
_matrix.clear()
#if (
# gh_event["repository"]["fork"] is True
# and "macos" in distro_slug
# and "arm64" in distro_slug
#):
# # XXX: This should work now
# ctx.warn("Forks don't have access to MacOS 13 Arm64. Clearning the matrix.")
# _matrix.clear()
if (
arch == "arm64"