Skip to content

Commit

Permalink
Don't install based on build-id for RPM (#18570)
Browse files Browse the repository at this point in the history
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
  • Loading branch information
github-actions[bot] and TravisEz13 committed Nov 21, 2022
1 parent 61e1460 commit b895dac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/packaging/packaging.psm1
Expand Up @@ -1337,6 +1337,7 @@ function Get-FpmArguments
$Arguments += @("--rpm-dist", $Distribution)
$Arguments += @("--rpm-os", "linux")
$Arguments += @("--license", "MIT")
$Arguments += @("--rpm-rpmbuild-define", "_build_id_links none")
} else {
$Arguments += @("--license", "MIT License")
}
Expand Down

0 comments on commit b895dac

Please sign in to comment.