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:
authorEric Mellino <erme@microsoft.com>2017-04-26 00:45:21 +0300
committerEric Mellino <erme@microsoft.com>2017-04-26 00:45:21 +0300
commit45781718b87d25e6c9c6928d2bced4175023f053 (patch)
tree94aa141dff3b84f19e42e4183acc2c8f016a81bc /pkg/Microsoft.NETCore.Platforms
parent910af877c821a023e2dc9b8120c6968e25b51a5e (diff)
Remove all alpine RIDs from the graph.
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json60
1 files changed, 0 insertions, 60 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index bd59345010..74f36ff780 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -568,45 +568,6 @@
"#import": [ "opensuse.42.1", "opensuse-x64" ]
},
- "alpine": {
- "#import": [ "linux" ]
- },
- "alpine-x64": {
- "#import": [ "alpine", "linux-x64" ]
- },
- "alpine-arm": {
- "#import": [ "alpine", "linux-arm" ]
- },
- "alpine-arm64": {
- "#import": [ "alpine", "linux-arm64" ]
- },
-
- "alpine.3": {
- "#import": [ "alpine" ]
- },
- "alpine.3-x64": {
- "#import": [ "alpine.3", "alpine-x64" ]
- },
- "alpine.3-arm": {
- "#import": [ "alpine.3", "alpine-arm" ]
- },
- "alpine.3-arm64": {
- "#import": [ "alpine.3", "alpine-arm64" ]
- },
-
- "alpine.3.4.3": {
- "#import": [ "alpine.3" ]
- },
- "alpine.3.4.3-x64": {
- "#import": [ "alpine.3.4.3", "alpine.3-x64" ]
- },
- "alpine.3.4.3-arm": {
- "#import": [ "alpine.3.4.3", "alpine.3-arm" ]
- },
- "alpine.3.4.3-arm64": {
- "#import": [ "alpine.3.4.3", "alpine.3-arm64" ]
- },
-
"corert": {
"#import": [ "any" ]
},
@@ -957,26 +918,5 @@
"#import": [ "opensuse.42.1-corert", "opensuse.13.2-x64-corert", "opensuse.42.1-x64" ]
},
- "alpine-corert": {
- "#import": [ "linux-corert", "alpine" ]
- },
- "alpine-x64-corert": {
- "#import": [ "alpine-corert", "linux-x64-corert", "alpine-x64" ]
- },
-
- "alpine.3-corert": {
- "#import": [ "alpine-corert", "alpine.3" ]
- },
- "alpine.3-x64-corert": {
- "#import": [ "alpine.3-corert", "alpine-x64-corert", "alpine.3-x64" ]
- },
-
- "alpine.3.4.3-corert": {
- "#import": [ "alpine.3-corert", "alpine.3.4.3" ]
- },
- "alpine.3.4.3-x64-corert": {
- "#import": [ "alpine.3.4.3-corert", "alpine.3-x64-corert", "alpine.3.4.3-x64" ]
- }
-
}
}