summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2018-03-14 16:46:44 -0700
committerGitHub <noreply@github.com>2018-03-14 16:46:44 -0700
commitffc16020fee4d866de568042fe085143332a2159 (patch)
tree22d8c9232372987568ad1db133e80c58b7adbab0 /config.json
parent01fe8b7e9e04fdccf485f6c0399ee91dcb881c72 (diff)
downloadcoreclr-ffc16020fee4d866de568042fe085143332a2159.tar.gz
coreclr-ffc16020fee4d866de568042fe085143332a2159.tar.bz2
coreclr-ffc16020fee4d866de568042fe085143332a2159.zip
Include Linux/cross-arch components into NuGet packages (#16859)
* Add __DoCrossArchBuild settings to config.json * HasCrossTargetComponents computes to 'true' on Linux when __DoCrossArchBuild is 1 in dir.props * Include cross-architecture libclrjit.so crossgen into NuGet props files when HasCrossTargetComponents is 'true' * Pass $__DoCrossArchBuild to run.sh when generating NuGet packages in build.sh
Diffstat (limited to 'config.json')
-rw-r--r--config.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.json b/config.json
index 1927340cde..1725bc04a7 100644
--- a/config.json
+++ b/config.json
@@ -186,6 +186,12 @@
"values": [],
"defaultValue": ""
},
+ "__DoCrossArchBuild": {
+ "description": "Specifies if we build cross-architecture components on Linux.",
+ "valueType": "property",
+ "values": [],
+ "defaultValue": ""
+ },
"GenerateVersionHeader": {
"description": "Generates _version.h",
"valueType": "passThrough",