From 853a4cc250ac04cd866ed7c4e0595df488803636 Mon Sep 17 00:00:00 2001 From: Lawrence Tang Date: Tue, 4 Jul 2023 16:11:28 +0100 Subject: [PATCH 1/3] 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. TEST_LABEL: aarch64 TEST_IMG: ubuntu/dotnet-build TEST_CMD: safe ./projects/dotnet/build-runtime.sh Jira: ENTLLT-6600 Change-Id: I289e23c85376d238408799df0a573fb659e1522f --- eng/Subsets.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Subsets.props b/eng/Subsets.props index bfa808ab25cd95..ab1d242c91f8dd 100644 --- a/eng/Subsets.props +++ b/eng/Subsets.props @@ -276,7 +276,7 @@ x86 - + - + x86 - + - + x86 - + - +