mirror of
https://github.com/netdata/netdata.git
synced 2025-04-06 22:38:55 +00:00
Disable mongodb exporter builds where broken. (#16033)
This commit is contained in:
parent
83c5ef3aef
commit
162287c26c
2 changed files with 4 additions and 0 deletions
|
@ -286,6 +286,9 @@ autoreconf -ivf
|
|||
--with-bundled-protobuf \
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?oraclelinux}
|
||||
--disable-exporting-mongodb \
|
||||
%endif
|
||||
--prefix="%{_prefix}" \
|
||||
--sysconfdir="%{_sysconfdir}" \
|
||||
--localstatedir="%{_localstatedir}" \
|
||||
|
|
|
@ -31,6 +31,7 @@ run ./netdata-installer.sh \
|
|||
--install-prefix "${NETDATA_INSTALL_PARENT}" \
|
||||
--dont-wait \
|
||||
--dont-start-it \
|
||||
--disable-exporting-mongodb \
|
||||
--require-cloud \
|
||||
--use-system-protobuf \
|
||||
--dont-scrub-cflags-even-though-it-may-break-things \
|
||||
|
|
Loading…
Add table
Reference in a new issue