Skip to content

Commit

Permalink
Disable CG on Linux musl installer jobs too (#78832)
Browse files Browse the repository at this point in the history
We already had the same in eng/pipelines/common/templates/runtimes/xplat-job.yml and eng/pipelines/libraries/base-job.yml, it was just missing from the installer jobs.

It fixes a warning on the Linux musl installer job.
  • Loading branch information
akoeplinger authored Nov 25, 2022
1 parent b336710 commit 0a92af9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/pipelines/installer/jobs/build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
crossBuild: ${{ parameters.crossBuild }}

gatherAssetManifests: true

# Component governance does not work on musl machines
${{ if eq(parameters.osSubGroup, '_musl') }}:
disableComponentGovernance: true

variables:
- ${{ each variable in parameters.variables }}:
- ${{ variable }}
Expand Down

0 comments on commit 0a92af9

Please sign in to comment.