open5gs-master: drop unknown option metrics_impl

The metrics_impl option has been dropped in the related commit as
prometheus is now the default in open5gs. With newer meson, unknown
options are treated as errors (used to be warnings before).

Fix for:
ERROR: Unknown options: "metrics_impl"

Related: OS#6057
Related: 982ac61894
Change-Id: Ib859ef7389928019addecae08df2011eecda80ad
changes/60/33860/1
Oliver Smith 2023-07-21 10:47:31 +02:00
parent 72ed70d4fc
commit 421bac2d86
1 changed files with 1 additions and 1 deletions

View File

@ -54,5 +54,5 @@ RUN cd $GITHUB_REPO && \
--localstatedir=/var \
--libdir=lib/x86_64-linux-gnu \
--libexecdir=lib/x86_64-linux-gnu && \
meson configure -Dmetrics_impl=prometheus build && \
meson configure build && \
ninja -C build install