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:
bc559a0
)
Update arm Ubuntu cross build docker image
author
Bruce Forstall
<brucefo@microsoft.com>
Mon, 26 Mar 2018 23:35:46 +0000
(16:35 -0700)
committer
Bruce Forstall
<brucefo@microsoft.com>
Mon, 26 Mar 2018 23:35:46 +0000
(16:35 -0700)
Now, use:
microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-e435274-
20180323032140
netci.groovy
patch
|
blob
|
history
diff --git
a/netci.groovy
b/netci.groovy
index
9186459
..
620ceb8
100755
(executable)
--- a/
netci.groovy
+++ b/
netci.groovy
@@
-985,7
+985,7
@@
def static getDockerImageName(def architecture, def os, def isBuild) {
}
else if (architecture == 'arm') {
if (os == 'Ubuntu') {
- return "microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-
0cd4667-20170319080304
"
+ return "microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-
e435274-20180323032140
"
}
}
}