Skip to content

Commit 40e57ac

Browse files
committed
distro UPDATE disable tests to avoid problems with wraps
1 parent 73f63af commit 40e57ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distro/pkg/rpm/libnetconf2.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ servers. NETCONF is the NETwork CONFiguration protocol introduced by IETF.
3232
%autosetup -p1
3333

3434
%build
35-
%cmake -DCMAKE_BUILD_TYPE=RELWITHDEBINFO
35+
%cmake -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DENABLE_TESTS=OFF
3636
%cmake_build
3737

3838
%install

0 commit comments

Comments
 (0)