summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2018-12-03 14:51:28 -0800
committerGitHub <noreply@github.com>2018-12-03 14:51:28 -0800
commit20c6bc555319aa635e0e490c82aebf0bb370d6c1 (patch)
tree5a7399f6752a05abc7fdac987cabe81ca9d526ce /dir.props
parenta089f64a7ad55a8ce0b3203b1bf87040775dff01 (diff)
downloadcoreclr-20c6bc555319aa635e0e490c82aebf0bb370d6c1.tar.gz
coreclr-20c6bc555319aa635e0e490c82aebf0bb370d6c1.tar.bz2
coreclr-20c6bc555319aa635e0e490c82aebf0bb370d6c1.zip
Remove Hostx86/arm CrossGen from building and Simplify build.sh command line arguments for Linux/arm cross build (Part 2) (#21034)
* Stop building and publishing Hostx86/arm crossgen on Linux/arm * Remove -crosscomponent argument and stop using CAC_ROOTFS_DIR environment variable in build.sh * Simplify the related logic in build.sh * Don't need to specify crosscomponent in tests/scripts/run-pmi-diffs.py * Don't set CAC_ROOTFS_DIR in buildpipeline, Jenkins files and in tests/scripts/run-pmi-diffs.py * Adjust documentation
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 0 insertions, 2 deletions
diff --git a/dir.props b/dir.props
index b9ebad4e66..06cec2a897 100644
--- a/dir.props
+++ b/dir.props
@@ -164,8 +164,6 @@
<CrossTargetComponentFolder Condition="'$(PackagePlatform)' == 'arm64'">x64</CrossTargetComponentFolder>
<CrossTargetComponentFolder Condition="'$(PackagePlatform)' == 'arm' and '$(TargetsWindows)' == 'true'">x86</CrossTargetComponentFolder>
<CrossTargetComponentFolder Condition="'$(PackagePlatform)' == 'arm' and '$(TargetsLinux)' == 'true'">x64</CrossTargetComponentFolder>
- <_HasObsoleteCrossTargetComponents Condition="'$(TargetsLinux)' == 'true' and '$(PackagePlatform)' =='arm' and '$(__DoCrossArchBuild)' == '1'">true</_HasObsoleteCrossTargetComponents>
- <_ObsoleteCrossTargetComponentFolder Condition="'$(PackagePlatform)' == 'arm'">x86</_ObsoleteCrossTargetComponentFolder>
<PackageOutputPath Condition="'$(PackageOutputPath)' == ''">$(PackagesBinDir)/pkg/</PackageOutputPath>
<SymbolPackageOutputPath Condition="'$(SymbolPackageOutputPath)' == ''">$(PackagesBinDir)/symbolpkg/</SymbolPackageOutputPath>