File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11Summary: Modern C++ library for realtime consumption of LTTNG events
22Name: lttng-consume
33Version: 0.2.1
4- Release: 1 %{?dist }
4+ Release: 2 %{?dist }
55License: MIT
66Vendor: Microsoft Corporation
77Distribution: Mariner
@@ -37,7 +37,7 @@ use lttng-consume.
3737
3838%build
3939mkdir build && cd build
40- %cmake ..
40+ %cmake -DLTTNGCONSUME_ENABLE_TESTING=OFF ..
4141%make_build
4242
4343%install
@@ -59,6 +59,9 @@ mkdir build && cd build
5959%{_includedir }/lttng-consume
6060
6161%changelog
62+ *
Mon Jan 24 2022 Muhammad Falak <[email protected] > -
0.2.1-2 63+ - Diasable tests which break ARM64 build
64+
6265*
Fri Nov 12 2021 Andrew Phelps <[email protected] > -
0.2.1-1 6366- Update to version 0.2.1 to fix gcc11 compilation error
6467
You can’t perform that action at this time.
0 commit comments