summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>2018-03-22 16:41:33 -0400
committerSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>2018-03-22 18:21:12 -0400
commit8750410801623eb51cfd3341cd88d49b7ac9bcb9 (patch)
treea2428fb7c6b4d56823ee1a8583e5df6de42fc2ec /netci.groovy
parent235a34673994560deb6011be08aff18b4399658b (diff)
downloadcoreclr-8750410801623eb51cfd3341cd88d49b7ac9bcb9.tar.gz
coreclr-8750410801623eb51cfd3341cd88d49b7ac9bcb9.tar.bz2
coreclr-8750410801623eb51cfd3341cd88d49b7ac9bcb9.zip
[Arm64] Fix #17095
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy1
1 files changed, 1 insertions, 0 deletions
diff --git a/netci.groovy b/netci.groovy
index 6b45ff7014..4f1b6826fb 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -2861,6 +2861,7 @@ Constants.allScenarios.each { scenario ->
// HACK -- Arm64 does not have corefx jobs yet.
// Clone corefx and build the native packages overwriting the x64 packages.
if (architecture == 'arm64') {
+ shell("mkdir -p ./bin/CoreFxBinDir")
shell("cp ./bin/Product/Linux.arm64.${configuration}/corefxNative/* ./bin/CoreFxBinDir")
shell("chmod +x ./bin/Product/Linux.arm64.${configuration}/corerun")
}