summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-04-18 13:16:04 -0700
committerGitHub <noreply@github.com>2018-04-18 13:16:04 -0700
commit54465b15c002105e7b77f4a3748fc3fe8b085666 (patch)
tree3556210bb0d87826cf3d03b034c8200636909cc1 /netci.groovy
parent18efaae50637375713b4a3b57b18b402245ba0c8 (diff)
parent4537cc8161bb431eab343ce9dec07676270eb618 (diff)
downloadcoreclr-54465b15c002105e7b77f4a3748fc3fe8b085666.tar.gz
coreclr-54465b15c002105e7b77f4a3748fc3fe8b085666.tar.bz2
coreclr-54465b15c002105e7b77f4a3748fc3fe8b085666.zip
Merge pull request #17652 from sdmaclea/PR-ARM64-ENABLE-CI-CROSSCOMPONENT-BUILD
[Arm64/Linux] Enable crosscomponent build in CI
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 9baaee9a00..9f6ce5e373 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -2367,7 +2367,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
break
case 'arm64':
if (!doCoreFxTesting) {
- buildCommands += "ROOTFS_DIR=/opt/arm64-xenial-rootfs ./build.sh verbose ${lowerConfiguration} ${architecture} cross clang3.8"
+ buildCommands += "ROOTFS_DIR=/opt/arm64-xenial-rootfs ./build.sh verbose ${lowerConfiguration} ${architecture} cross crosscomponent clang3.8"
// HACK -- Arm64 does not have corefx jobs yet.
buildCommands += "git clone https://github.com/dotnet/corefx fx"