0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-27 14:16:20 +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 \ --with-bundled-protobuf \
%endif %endif
%endif %endif
%if 0%{?oraclelinux}
--disable-exporting-mongodb \
%endif
--prefix="%{_prefix}" \ --prefix="%{_prefix}" \
--sysconfdir="%{_sysconfdir}" \ --sysconfdir="%{_sysconfdir}" \
--localstatedir="%{_localstatedir}" \ --localstatedir="%{_localstatedir}" \

View file

@ -31,6 +31,7 @@ run ./netdata-installer.sh \
--install-prefix "${NETDATA_INSTALL_PARENT}" \ --install-prefix "${NETDATA_INSTALL_PARENT}" \
--dont-wait \ --dont-wait \
--dont-start-it \ --dont-start-it \
--disable-exporting-mongodb \
--require-cloud \ --require-cloud \
--use-system-protobuf \ --use-system-protobuf \
--dont-scrub-cflags-even-though-it-may-break-things \ --dont-scrub-cflags-even-though-it-may-break-things \