Remove sudo in netci.groovy
authorHyeongseok Oh <hseok82.oh@samsung.com>
Tue, 11 Apr 2017 08:08:43 +0000 (17:08 +0900)
committerHyeongseok Oh <hseok82.oh@samsung.com>
Tue, 11 Apr 2017 08:08:43 +0000 (17:08 +0900)
Commit migrated from https://github.com/dotnet/coreclr/commit/b974392aa1fc93494ab83b3ace370dbbf4a336e0

src/coreclr/netci.groovy

index c5f17c4..87083a6 100755 (executable)
@@ -1637,7 +1637,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
                     // Unpack the corefx binaries
                     buildCommands += "mkdir ./bin/CoreFxBinDir"
                     buildCommands += "tar -xf ./bin/build.tar.gz -C ./bin/CoreFxBinDir"
-                    buildCommands += "sudo chmod a+x ./bin/CoreFxBinDir/corerun"
+                    buildCommands += "chmod a+x ./bin/CoreFxBinDir/corerun"
 
                     // Call the ARM CI script to cross build and test using docker
                     buildCommands += """./tests/scripts/arm32_ci_script.sh \\