summaryrefslogtreecommitdiff
path: root/eng/build-job.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/build-job.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/build-job.yml')
-rw-r--r--eng/build-job.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/eng/build-job.yml b/eng/build-job.yml
index 782f77c3ba..f5d7b2293b 100644
--- a/eng/build-job.yml
+++ b/eng/build-job.yml
@@ -56,6 +56,9 @@ jobs:
- ${{ if eq(parameters.osGroup, 'FreeBSD') }}:
- name: clangArg
value: '-clang6.0'
+ - ${{ if and(eq(parameters.osIdentifier, 'Linux_musl'), eq(parameters.archType, 'arm64')) }}:
+ - name: clangArg
+ value: '-clang5.0'
- ${{ if and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }}:
# Variables used to publish packages to blob feed
- name: dotnetfeedUrl