From 722344e858132d0a256a720af874b25d66ab5af2 Mon Sep 17 00:00:00 2001
From: C272 <24413490+c272@users.noreply.github.com>
Date: Mon, 17 Jul 2023 20:43:20 +0000
Subject: [PATCH] Prevent Arm64 CrossDac builds running on Arm64. (#88467)
* Prevent Arm64 CrossDac builds running on Arm64.
Currently, when building the CLR on win-arm64, CrossDac builds for
Linux with an (incorrect) host arch of x64 are attempted, failing
the build. This patch prevents those builds running on systems with
an identical host architecture to the cross target.
* Revert to simpler strategy of simply ignoring when arch != x86|x64.
---
eng/Subsets.props | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eng/Subsets.props b/eng/Subsets.props
index 12adcce..6bd09ac 100644
--- a/eng/Subsets.props
+++ b/eng/Subsets.props
@@ -277,7 +277,7 @@
x86
-
+
-
+