Prevent Arm64 CrossDac builds running on Arm64. (#88467)
authorC272 <24413490+c272@users.noreply.github.com>
Mon, 17 Jul 2023 20:43:20 +0000 (20:43 +0000)
committerGitHub <noreply@github.com>
Mon, 17 Jul 2023 20:43:20 +0000 (13:43 -0700)
commit722344e858132d0a256a720af874b25d66ab5af2
tree1980c009d134f08a0e50452cd5348d4f073ec310
parentec025ad673802fb0d41c53a06afe5c9ea0ad840a
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