0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-06 22:38:55 +00:00

Disable mongodb exporter builds where broken. ()

This commit is contained in:
Austin S. Hemmelgarn 2023-09-22 12:27:32 +03:00 committed by GitHub
parent 83c5ef3aef
commit 162287c26c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -286,6 +286,9 @@ autoreconf -ivf
--with-bundled-protobuf \
%endif
%endif
%if 0%{?oraclelinux}
--disable-exporting-mongodb \
%endif
--prefix="%{_prefix}" \
--sysconfdir="%{_sysconfdir}" \
--localstatedir="%{_localstatedir}" \

View file

@ -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 \