Skip to content

Commit

Permalink
Re-enable ML for RHEL 7 and AL 2 RPM packages. (netdata#17682)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroin authored May 16, 2024
1 parent acae2dc commit 4039a87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions netdata.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@ AutoReqProv: yes
%global cmake %{__cmake}
%global cmake_build %{__cmake} --build %{__cmake_builddir} --verbose --parallel $(nproc)
%global cmake_install DESTDIR="%{buildroot}" %{__cmake} --install %{__cmake_builddir}
%global _have_ml 0
%endif
%if 0%{?amazon_linux} == 2
%global __cmake /cmake/bin/cmake
%global __cmake_builddir .
%global cmake %{__cmake}
%global cmake_build %{__cmake} --build %{__cmake_builddir} --verbose --parallel $(nproc)
%global cmake_install DESTDIR="%{buildroot}" %{__cmake} --install %{__cmake_builddir}
%global _have_ml 0
%endif

# openSUSE requires us to explicity ask for ninja for builds.
Expand Down

0 comments on commit 4039a87

Please sign in to comment.