@cryptotaxi247 / netdata-1 / commits / 162287c26

Disable mongodb exporter builds where broken. (#16033)

Austin S. Hemmelgarn committed Sep 22, 2023 at 12:27 UTC 162287c26c5f9610ec4344414851ebe8ccccc8a7
2 files changed +4
netdata.spec.in
+3
@@ -286,6 +286,9 @@ autoreconf -ivf
286 --with-bundled-protobuf \
287 %endif
288 %endif
289 + %if 0%{?oraclelinux}
290 + --disable-exporting-mongodb \
291 + %endif
292 --prefix="%{_prefix}" \
293 --sysconfdir="%{_sysconfdir}" \
294 --localstatedir="%{_localstatedir}" \
packaging/makeself/jobs/70-netdata-git.install.sh
+1
@@ -31,6 +31,7 @@ run ./netdata-installer.sh \
31 --install-prefix "${NETDATA_INSTALL_PARENT}" \
32 --dont-wait \
33 --dont-start-it \
34 + --disable-exporting-mongodb \
35 --require-cloud \
36 --use-system-protobuf \
37 --dont-scrub-cflags-even-though-it-may-break-things \