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:
authorHanjoung Lee <hanjoung.lee@samsung.com>2016-10-11 12:43:33 +0300
committerHanjoung Lee <hanjoung.lee@samsung.com>2016-10-12 05:54:56 +0300
commit4124b37c628880096335f3b92fab5296c75e7567 (patch)
tree541891e6ca901df3350bd3aa6a32c89e4f15f3fa /netci.groovy
parent24df3d380e0031798eaaa7c0aea7fc6a00cce1c6 (diff)
[Arm/CI] Add hardfp build to arm32_ci_script.sh
Now hardfp is default. For softfp, `--softfp` must be given as an argument. Related Issue : #12545
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 6fb8f6bc64..121c8adf33 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -430,7 +430,7 @@ def osShortName = ['Windows 10': 'win10',
def newJob = job(Utilities.getFullJobName(project, newJobName, isPR)) {
steps {
// Call the arm32_ci_script.sh script to perform the cross build of native corefx
- shell("./scripts/arm32_ci_script.sh --emulatorPath=${armemul_path} --mountPath=${armrootfs_mountpath} --buildConfig=${configurationGroup.toLowerCase()} --verbose")
+ shell("./scripts/arm32_ci_script.sh --emulatorPath=${armemul_path} --mountPath=${armrootfs_mountpath} --buildConfig=${configurationGroup.toLowerCase()} --softfp --verbose")
// Archive the native and managed binaries
shell("tar -czf bin/build.tar.gz bin/*.${configurationGroup} bin/ref bin/packages --exclude=*.Tests")