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

Commit f97deb9

Browse files
committed
Fix netci.groovy
Fix netci.groovy instead of test script to avoid rebase
1 parent 6020219 commit f97deb9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

netci.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,6 +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"
16401641

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

tests/runtest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ function create_core_overlay {
353353
fi
354354
mkdir "$coreOverlayDir"
355355

356+
cp -f -v "$coreFxBinDir/"* "$coreOverlayDir/" 2>/dev/null
356357
cp -f -v "$coreClrBinDir/"* "$coreOverlayDir/" 2>/dev/null
357-
cp -n -v "$coreFxBinDir/"* "$coreOverlayDir/" 2>/dev/null
358358
if [ -d "$mscorlibDir/bin" ]; then
359359
cp -f -v "$mscorlibDir/bin/"* "$coreOverlayDir/" 2>/dev/null
360360
fi

0 commit comments

Comments
 (0)