[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)
netci.groovy

index 6b85c19..c725ac9 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"