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:
authorJan Vorlicek <janvorli@microsoft.com>2017-09-14 22:59:35 +0300
committerGitHub <noreply@github.com>2017-09-14 22:59:35 +0300
commit0688e035d58ec2395049c4035c619529e884cf37 (patch)
treecf61198bf51738a4de70db39c265b8bbd73ea264 /pkg/Microsoft.NETCore.Platforms
parent27472d269ed07c6814aa941f8c9962ff4f9cdd69 (diff)
Enable end to end Alpine corefx build (#24035)
This change enables full end to end build of corefx including managed code on Alpine Linux.
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index a954b1d675..d8cbf1a459 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -26,7 +26,20 @@
"android.21-arm64": {
"#import": [ "android.21", "android-arm64" ]
},
+ "alpine": {
+ "#import": [ "any" ]
+ },
+
+ "alpine-x64": {
+ "#import": [ "alpine" ]
+ },
+ "alpine.3.6": {
+ "#import": [ "alpine" ]
+ },
+ "alpine.3.6-x64": {
+ "#import": [ "alpine.3.6", "alpine-x64" ]
+ },
"win": {
"#import": [ "any" ]
},