From 4537cc8161bb431eab343ce9dec07676270eb618 Mon Sep 17 00:00:00 2001 From: Steve MacLean Date: Wed, 18 Apr 2018 15:34:38 -0400 Subject: [PATCH] [Arm64/Linux] Enable crosscomponent build in CI --- netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netci.groovy b/netci.groovy index 6b85c19..c725ac9 100755 --- a/netci.groovy +++ b/netci.groovy @@ -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" -- 2.7.4