[Arm64/Linux] Enable crosscomponent build in CI
authorSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>
Wed, 18 Apr 2018 19:34:38 +0000 (15:34 -0400)
committerSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>
Wed, 18 Apr 2018 19:40:38 +0000 (15:40 -0400)
Commit migrated from https://github.com/dotnet/coreclr/commit/4537cc8161bb431eab343ce9dec07676270eb618

src/coreclr/netci.groovy

index 6b85c196eceb4aad5395a1647e6f29dba2c11ac1..c725ac91995b4b9bc1071f69e5702ef6e4f77a6e 100755 (executable)
@@ -2370,7 +2370,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"