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
parent
72ed70d4fc
commit
421bac2d86
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue