Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchunseoklee <chunseok.lee@samsung.com>2017-01-05 03:21:41 +0300
committerchunseoklee <chunseok.lee@samsung.com>2017-01-05 03:22:58 +0300
commit5f5d8341d681c5a634af8910e7e73aa02d3496fe (patch)
tree7928331fd71321485d438e00423f729da4275fe4 /netci.groovy
parent6f80a225b93f0ea3cb09ed9dc255d0a441887e9b (diff)
rename -arm-softfp to -armel for arm32 CI
Signed-off-by: chunseoklee <chunseok.lee@samsung.com>
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index e0567dde7d..1826af668b 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -389,7 +389,7 @@ def testNugetRuntimeIdConfiguration = ['Debug': 'win7-x86',
// Call the arm32_ci_script.sh script to perform the cross build of native corefx
def script = "./scripts/arm32_ci_script.sh --emulatorPath=${armemul_path} --mountPath=${armrootfs_mountpath} --buildConfig=${configurationGroup.toLowerCase()} --verbose"
if (abi == "SoftFP") {
- script += " --softfp"
+ script += " --armel"
}
shell(script)