Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit b974392

Browse files
committed
Remove sudo in netci.groovy
1 parent 6759dfa commit b974392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netci.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
16371637
// Unpack the corefx binaries
16381638
buildCommands += "mkdir ./bin/CoreFxBinDir"
16391639
buildCommands += "tar -xf ./bin/build.tar.gz -C ./bin/CoreFxBinDir"
1640-
buildCommands += "sudo chmod a+x ./bin/CoreFxBinDir/corerun"
1640+
buildCommands += "chmod a+x ./bin/CoreFxBinDir/corerun"
16411641

16421642
// Call the ARM CI script to cross build and test using docker
16431643
buildCommands += """./tests/scripts/arm32_ci_script.sh \\

0 commit comments

Comments
 (0)