Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2016-12-20 03:46:04 +0300
committerGaurav Khanna <gkhanna@microsoft.com>2016-12-20 03:46:04 +0300
commit22ab8bb16bfcb398dc469b899c5ec30ea8035c74 (patch)
treebac00dff5951f2d318d3a7d0661591b7453f5986 /config.json
parentddd1e5ce0f81f7091e544c65f99c37bf52a4ded9 (diff)
Generate packages for portable native build
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 3bbd0c8ccd..a3061dc596 100644
--- a/config.json
+++ b/config.json
@@ -266,6 +266,12 @@
"MsBuildLogging":"/flp:v=normal;LogFile=build-packages.log"
}
},
+ "portableLinux":{
+ "description": "Make the build-native script generate binaries that are portable over glibc based Linux distros.",
+ "settings": {
+ "FilterToOSGroup":"linux"
+ }
+ },
"tests": {
"description": "Builds the tests that are in the repository, doesn't restore packages.",
"settings": {