Browse Source

Disable mongodb exporter builds where broken. (#16033)

Austin S. Hemmelgarn 1 year ago
parent
commit
162287c26c
2 changed files with 4 additions and 0 deletions
  1. 3 0
      netdata.spec.in
  2. 1 0
      packaging/makeself/jobs/70-netdata-git.install.sh

+ 3 - 0
netdata.spec.in

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

+ 1 - 0
packaging/makeself/jobs/70-netdata-git.install.sh

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