summaryrefslogtreecommitdiff
path: root/eng/build-job.yml
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2019-05-21 20:34:01 -0700
committerGitHub <noreply@github.com>2019-05-21 20:34:01 -0700
commitac607c3f890523f0b06a1cab19057248ac6f189d (patch)
treee6bad52d974028f5a19bb28c7726041f47a74443 /eng/build-job.yml
parent2a175563b5c1b04083da6841f84a991ac576446a (diff)
downloadcoreclr-ac607c3f890523f0b06a1cab19057248ac6f189d.tar.gz
coreclr-ac607c3f890523f0b06a1cab19057248ac6f189d.tar.bz2
coreclr-ac607c3f890523f0b06a1cab19057248ac6f189d.zip
Update build docker images to enable NUMA support (#24593)
* Update build docker images to enable NUMA support So far, the NUMA support for Linux was disabled due to the fact that the build docker images didn't have libnuma development package installed. This change updates the images to ones that have the libnuma added that were created recently. * Update build job to use Clang5.0 for arm64 everywhere Our new images for linux-arm64 build have only Clang 5.0 and this change also aligns the build with linux-musl-arm64. * Update the clang version used for test builds
Diffstat (limited to 'eng/build-job.yml')
-rw-r--r--eng/build-job.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/build-job.yml b/eng/build-job.yml
index 3790a4cbee..3c3fa19725 100644
--- a/eng/build-job.yml
+++ b/eng/build-job.yml
@@ -57,7 +57,7 @@ jobs:
- ${{ if eq(parameters.osGroup, 'FreeBSD') }}:
- name: clangArg
value: '-clang6.0'
- - ${{ if and(eq(parameters.osIdentifier, 'Linux_musl'), eq(parameters.archType, 'arm64')) }}:
+ - ${{ if eq(parameters.archType, 'arm64') }}:
- name: clangArg
value: '-clang5.0'
- ${{ if and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }}: