Skip to content

Commit 4ac21d7

Browse files
authored
CI: specify BaseOS for the unknown rid build. (#86688)
1 parent 2a1b52a commit 4ac21d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

eng/pipelines/common/global-build-job.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162
- template: /eng/common/templates/steps/source-build.yml
163163
parameters:
164164
platform:
165+
baseOS: ${{ parameters.baseOS }}
165166
buildScript: $(Build.SourcesDirectory)$(dir)build$(scriptExt)
166167
nonPortable: ${{ parameters.isNonPortableSourceBuild }}
167168
targetRID: ${{ parameters.targetRid }}

eng/pipelines/common/platform-matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ jobs:
307307
container: SourceBuild_centos_x64 # Run the unknown-rid build on a platform with a known RID so our RID graph tooling can automatically add it to the RID graph.
308308
jobParameters:
309309
runtimeFlavor: ${{ parameters.runtimeFlavor }}
310+
baseOS: linux
310311
buildConfig: ${{ parameters.buildConfig }}
311312
helixQueueGroup: ${{ parameters.helixQueueGroup }}
312313
isSourceBuild: true

0 commit comments

Comments
 (0)