forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build docker images to enable NUMA support (dotnet/coreclr#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 Commit migrated from dotnet/coreclr@ac607c3
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters