aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahooinc.com>2021-11-18 12:38:41 +0100
committerHåkon Hallingstad <hakon@yahooinc.com>2021-11-18 12:38:41 +0100
commitc898ced0c132ff08764acd47b55d81ee64155da4 (patch)
tree4ce77f868361ce0f036ed80c7ac3d6c75f3863ad /dist
parentb3692663cf9d2d5c71f36155f2ddea6adeb7d8a5 (diff)
Ignore missing build-ids
Necessary since the build-ids of Go binaries are not recognized by RPM, and are therefore interpreted as missing.
Diffstat (limited to 'dist')
-rw-r--r--dist/vespa.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/vespa.spec b/dist/vespa.spec
index 5085c341564..12d21214eb3 100644
--- a/dist/vespa.spec
+++ b/dist/vespa.spec
@@ -6,6 +6,10 @@
# Only strip debug info
%global _find_debuginfo_opts -g
+# Go binaries' build-ids are not recognized by RPMs yet, see
+# https://github.com/rpm-software-management/rpm/issues/367.
+%global _missing_build_ids_terminate_build 0
+
# Force special prefix for Vespa
%define _prefix /opt/vespa
%define _vespa_deps_prefix /opt/vespa-deps