summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorGeunsik Lim <geunsik.lim@samsung.com>2016-03-07 11:12:36 +0900
committerGeunsik Lim <geunsik.lim@samsung.com>2016-03-07 11:20:35 +0900
commitd1dfd9f1adfd2c76253003adc20dae282b04e674 (patch)
tree5749589e96a6824e5a0e66ff8b620e0b14184ce9 /build.sh
parent8e069ce739232b43085e530556bf6b02832d8b5b (diff)
downloadcoreclr-d1dfd9f1adfd2c76253003adc20dae282b04e674.tar.gz
coreclr-d1dfd9f1adfd2c76253003adc20dae282b04e674.tar.bz2
coreclr-d1dfd9f1adfd2c76253003adc20dae282b04e674.zip
ARM: Remove Distro/OS that have not been tested
Let's remove rest Distro/OSes to keep only the Distro/OS that have been tested until someone actually start using/testing CoreCLR on RHEL, Debian, OSX, and so on. Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/build.sh b/build.sh
index 04fab5e24e..e72db447bb 100755
--- a/build.sh
+++ b/build.sh
@@ -212,13 +212,7 @@ isMSBuildOnNETCoreSupported()
if [ "$__BuildOS" == "Linux" ]; then
if [ "$__DistroName" == "ubuntu" ]; then
__isMSBuildOnNETCoreSupported=1
- elif [ "$__DistroName" == "rhel" ]; then
- __isMSBuildOnNETCoreSupported=1
- elif [ "$__DistroName" == "debian" ]; then
- __isMSBuildOnNETCoreSupported=1
fi
- elif [ "$__BuildOS" == "OSX" ]; then
- __isMSBuildOnNETCoreSupported=1
fi
fi