summaryrefslogtreecommitdiff
path: root/azure-pipelines.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 /azure-pipelines.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 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 9edfa280bd..77a2d010b1 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -17,6 +17,9 @@ resources:
- container: musl_x64_build_image
image: microsoft/dotnet-buildtools-prereqs:alpine-3.6-WithNode-f4d3fe3-20181220200247
+ - container: musl_arm64_build_image
+ image: microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-cross-arm64-alpine10fcdcf-20190208200917
+
- container: centos7_x64_build_image
image: microsoft/dotnet-buildtools-prereqs:centos-7-d485f41-20173404063424
@@ -271,6 +274,7 @@ jobs:
- build_Linux_arm_release
- build_Linux_arm64_release
- build_Linux_musl_x64_release
+ - build_Linux_musl_arm64_release
- build_Linux_rhel6_x64_release
- build_Linux_x64_release
- build_OSX_x64_release