summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorAndy Ayers <andya@microsoft.com>2017-01-10 10:35:59 -0800
committerGitHub <noreply@github.com>2017-01-10 10:35:59 -0800
commit02525231fd4f4481eb6db0bb493062246dbb287c (patch)
tree8240f9ef8f15af4e4d7d302d2daea7d39ea175c8 /netci.groovy
parent7dd3478de6c8df0374b6a32ad05e9eb7a5f0dba1 (diff)
downloadcoreclr-02525231fd4f4481eb6db0bb493062246dbb287c.tar.gz
coreclr-02525231fd4f4481eb6db0bb493062246dbb287c.tar.bz2
coreclr-02525231fd4f4481eb6db0bb493062246dbb287c.zip
Match CoreFX update of arm-softfp -> armel (#8875)
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index aefc0a17c5..25589f2e5b 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -2113,7 +2113,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
--mountPath=${armrootfs_mountpath} \\
--buildConfig=${lowerConfiguration} \\
--testRootDir=./bin/tests/Windows_NT.x64.${configuration} \\
- --coreFxNativeBinDir=./bin/Linux.arm-softfp.${configuration} \\
+ --coreFxNativeBinDir=./bin/Linux.armel.${configuration} \\
--coreFxBinDir=\"./bin/Linux.AnyCPU.${configuration};./bin/Unix.AnyCPU.${configuration};./bin/AnyOS.AnyCPU.${configuration}\" \\
--testDirFile=./tests/testsRunningInsideARM.txt"""