@cryptotaxi247 / netdata-1 / commits / 4039a87a6

Re-enable ML for RHEL 7 and AL 2 RPM packages. (#17682)

Austin S. Hemmelgarn committed May 16, 2024 at 09:41 UTC 4039a87a64e07ff6f0bc381277573703ab7c7050
1 file changed -2
netdata.spec.in
-2
@@ -24,7 +24,6 @@ AutoReqProv: yes
24 %global cmake %{__cmake}
25 %global cmake_build %{__cmake} --build %{__cmake_builddir} --verbose --parallel $(nproc)
26 %global cmake_install DESTDIR="%{buildroot}" %{__cmake} --install %{__cmake_builddir}
27 -%global _have_ml 0
27 %endif
28 %if 0%{?amazon_linux} == 2
29 %global __cmake /cmake/bin/cmake
@@ -32,7 +31,6 @@ AutoReqProv: yes
31 %global cmake %{__cmake}
32 %global cmake_build %{__cmake} --build %{__cmake_builddir} --verbose --parallel $(nproc)
33 %global cmake_install DESTDIR="%{buildroot}" %{__cmake} --install %{__cmake_builddir}
35 -%global _have_ml 0
34 %endif
35
36 # openSUSE requires us to explicity ask for ninja for builds.