Skip to content

Commit

Permalink
CI: specify BaseOS for the unknown rid build. (#86688)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds committed May 31, 2023
1 parent 2a1b52a commit 4ac21d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/common/global-build-job.yml
Expand Up @@ -162,6 +162,7 @@ jobs:
- template: /eng/common/templates/steps/source-build.yml
parameters:
platform:
baseOS: ${{ parameters.baseOS }}
buildScript: $(Build.SourcesDirectory)$(dir)build$(scriptExt)
nonPortable: ${{ parameters.isNonPortableSourceBuild }}
targetRID: ${{ parameters.targetRid }}
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/common/platform-matrix.yml
Expand Up @@ -307,6 +307,7 @@ jobs:
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.
jobParameters:
runtimeFlavor: ${{ parameters.runtimeFlavor }}
baseOS: linux
buildConfig: ${{ parameters.buildConfig }}
helixQueueGroup: ${{ parameters.helixQueueGroup }}
isSourceBuild: true
Expand Down

0 comments on commit 4ac21d7

Please sign in to comment.