Skip to content

Commit 9f30bb0

Browse files
authored
Update libraries outerloop pipelines to use a lively built coreclr (#530)
1 parent 7ba7597 commit 9f30bb0

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

eng/pipelines/libraries/outerloop.yml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,32 @@ variables:
1313

1414
jobs:
1515
- template: /eng/pipelines/common/checkout-job.yml
16-
16+
17+
#
18+
# CoreCLR Build
19+
#
20+
- template: /eng/pipelines/common/platform-matrix.yml
21+
parameters:
22+
jobTemplate: /eng/pipelines/coreclr/templates/build-job.yml
23+
buildConfig: release
24+
platforms:
25+
- ${{ if eq(variables['includeWindowsOuterloop'], true) }}:
26+
- Windows_NT_x64
27+
- Windows_NT_x86
28+
- ${{ if eq(variables['includeLinuxOuterloop'], true) }}:
29+
- Linux_x64
30+
- Linux_musl_x64
31+
- ${{ if eq(variables['isFullMatrix'], true) }}:
32+
- Linux_arm
33+
- Linux_arm64
34+
- Linux_musl_arm64
35+
- ${{ if eq(variables['includeOsxOuterloop'], true) }}:
36+
- OSX_x64
37+
jobParameters:
38+
testGroup: innerloop
39+
#
40+
# Libraries Build
41+
#
1742
- template: /eng/pipelines/common/platform-matrix.yml
1843
parameters:
1944
jobTemplate: /eng/pipelines/libraries/build-job.yml
@@ -39,6 +64,7 @@ jobs:
3964
framework: netcoreapp
4065
runTests: true
4166
testScope: outerloop
67+
liveCoreClrBuildConfig: release
4268

4369
- ${{ if eq(variables['isFullMatrix'], false) }}:
4470
- template: /eng/pipelines/common/platform-matrix.yml
@@ -60,6 +86,7 @@ jobs:
6086
framework: netcoreapp
6187
runTests: true
6288
testScope: outerloop
89+
liveCoreClrBuildConfig: release
6390

6491
- ${{ if eq(variables['includeWindowsOuterloop'], true) }}:
6592
- template: /eng/pipelines/common/platform-matrix.yml

0 commit comments

Comments
 (0)