Update build docker images to enable NUMA support (#24593)
authorJan Vorlicek <janvorli@microsoft.com>
Wed, 22 May 2019 03:34:01 +0000 (20:34 -0700)
committerGitHub <noreply@github.com>
Wed, 22 May 2019 03:34:01 +0000 (20:34 -0700)
commitac607c3f890523f0b06a1cab19057248ac6f189d
treee6bad52d974028f5a19bb28c7726041f47a74443
parent2a175563b5c1b04083da6841f84a991ac576446a
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
azure-pipelines.yml
eng/build-job.yml
eng/test-job.yml