Match CoreFX update of arm-softfp -> armel (dotnet/coreclr#8875)
authorAndy Ayers <andya@microsoft.com>
Tue, 10 Jan 2017 18:35:59 +0000 (10:35 -0800)
committerGitHub <noreply@github.com>
Tue, 10 Jan 2017 18:35:59 +0000 (10:35 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/02525231fd4f4481eb6db0bb493062246dbb287c

src/coreclr/netci.groovy

index aefc0a1..25589f2 100755 (executable)
@@ -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"""