From: Geunsik Lim Date: Mon, 7 Mar 2016 02:12:36 +0000 (+0900) Subject: ARM: Remove Distro/OS that have not been tested X-Git-Tag: accepted/tizen/base/20180629.140029~5380^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1dfd9f1adfd2c76253003adc20dae282b04e674;p=platform%2Fupstream%2Fcoreclr.git 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 --- diff --git a/build.sh b/build.sh index 04fab5e..e72db44 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