Skip to content

Commit

Permalink
fix: exclude build-id files from rpm (#2361)
Browse files Browse the repository at this point in the history
  • Loading branch information
afwolfe authored Aug 18, 2024
1 parent 25bd26d commit 1d77ad6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@
"rpm": {
"depends": [
"/usr/lib64/libuuid.so.1"
],
"fpm": [
"--rpm-rpmbuild-define",
"_build_id_links none"
]
},
"snap": {
Expand Down

0 comments on commit 1d77ad6

Please sign in to comment.