diff options
Diffstat (limited to 'netci.groovy')
-rwxr-xr-x | netci.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy index c5f17c4d2d..87083a6a50 100755 --- a/netci.groovy +++ b/netci.groovy @@ -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 \\ |