projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
235a346
)
[Arm64] Fix #17095
author
Steve MacLean
<sdmaclea.qdt@qualcommdatacenter.com>
Thu, 22 Mar 2018 20:41:33 +0000
(16:41 -0400)
committer
Steve MacLean
<sdmaclea.qdt@qualcommdatacenter.com>
Thu, 22 Mar 2018 22:21:12 +0000
(18:21 -0400)
netci.groovy
patch
|
blob
|
history
diff --git
a/netci.groovy
b/netci.groovy
index
6b45ff7
..
4f1b682
100755
(executable)
--- 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")
}