Skip to content

Commit d844daa

Browse files
authored
lttng-consume: disable tests to fix build break (#1980)
Signed-off-by: Muhammad Falak R Wani <[email protected]>
1 parent ff65639 commit d844daa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

SPECS/lttng-consume/lttng-consume.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Modern C++ library for realtime consumption of LTTNG events
22
Name: lttng-consume
33
Version: 0.2.1
4-
Release: 1%{?dist}
4+
Release: 2%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -37,7 +37,7 @@ use lttng-consume.
3737

3838
%build
3939
mkdir 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

0 commit comments

Comments
 (0)