From de2fe10e6f53dd4f05f04e9ddad0ccd7619829a0 Mon Sep 17 00:00:00 2001 From: Jarret Shook Date: Tue, 12 Feb 2019 14:38:27 -0800 Subject: Enable arm64 linux musl builds (#22495) * Enable arm64 linux musl builds Note that -clang5.0 is required to be passed. * Fix syntax error * Pass clang arg to build-test.sh --- eng/platform-matrix.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'eng/platform-matrix.yml') diff --git a/eng/platform-matrix.yml b/eng/platform-matrix.yml index dd41bba394..e0c3a14477 100644 --- a/eng/platform-matrix.yml +++ b/eng/platform-matrix.yml @@ -79,6 +79,27 @@ jobs: - Alpine.38.Amd64 ${{ insert }}: ${{ parameters.jobParameters }} +# Linux musl arm64 + +- template: ${{ parameters.jobTemplate }} + parameters: + buildConfig: ${{ parameters.buildConfig }} + archType: arm64 + osGroup: Linux + osIdentifier: Linux_musl + containerName: musl_arm64_build_image + helixQueues: + ${{ if eq(variables['System.TeamProject'], 'public') }}: + # TODO: there are no Alpine arm64 queues https://github.com/dotnet/core-eng/issues/5206 + asString: '' + asArray: [] + ${{ if eq(variables['System.TeamProject'], 'internal') }}: + # TODO: there are no Alpine arm64 queues https://github.com/dotnet/core-eng/issues/5206 + asString: '' + asArray: [] + crossrootfsDir: '/crossrootfs/arm64' + ${{ insert }}: ${{ parameters.jobParameters }} + # RHEL 6 - template: ${{ parameters.jobTemplate }} -- cgit v1.2.3