summaryrefslogtreecommitdiff
path: root/eng/platform-matrix.yml
diff options
context:
space:
mode:
authorJarret Shook <jashoo@microsoft.com>2019-02-12 14:38:27 -0800
committerGitHub <noreply@github.com>2019-02-12 14:38:27 -0800
commitde2fe10e6f53dd4f05f04e9ddad0ccd7619829a0 (patch)
treeab16363e2fd8908deb3b6dc0950a68c98f9fdda4 /eng/platform-matrix.yml
parent8ad7d5e57e0eb0308453895693a996f5a93c8e08 (diff)
downloadcoreclr-de2fe10e6f53dd4f05f04e9ddad0ccd7619829a0.tar.gz
coreclr-de2fe10e6f53dd4f05f04e9ddad0ccd7619829a0.tar.bz2
coreclr-de2fe10e6f53dd4f05f04e9ddad0ccd7619829a0.zip
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
Diffstat (limited to 'eng/platform-matrix.yml')
-rw-r--r--eng/platform-matrix.yml21
1 files changed, 21 insertions, 0 deletions
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 }}