Skip to content

Commit 62d8ef5

Browse files
omajidadaggarwal
authored andcommitted
Add CentOS 8 CI build (dotnet#1539)
* Add CentOS 8 CI build We have had some issues building in RHEL 8, so lets set up a CentOS 8 CI system to try and catch those issues earlier. * Pin to artifacts version with executable coreclr bits Co-authored-by: Aditya Aggarwal <[email protected]> Conflicts: eng/Versions.props repos/coreclr.common.props
1 parent 0d55e3e commit 62d8ef5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vsts.pipelines/builds/matrix.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ jobs:
4646
Offline: { type: Offline }
4747
Offline Portable: { type: Offline Portable }
4848

49+
- template: ../jobs/ci-linux.yml
50+
parameters:
51+
job: centos8
52+
imageName: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-8-daa5116-20200325130212
53+
reportPrebuiltLeaks: false
54+
systemLibunwind: false
55+
matrix:
56+
Production: { generatePrebuiltBurndown: true, runUnitTests: true }
57+
Online: { type: Online }
58+
Offline: { type: Offline }
59+
Offline Portable: { type: Offline Portable }
60+
4961
- template: ../jobs/ci-linux.yml
5062
parameters:
5163
job: debian9

0 commit comments

Comments
 (0)