Skip to content

Commit 459e288

Browse files
committed
bear: disable tests
1 parent 75a177b commit 459e288

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkgs/development/tools/build-managers/bear/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
5858
# CMAKE_INSTALL_{BIN,LIB}DIR, which breaks if these are absolute paths.
5959
"-DCMAKE_INSTALL_BINDIR=bin"
6060
"-DCMAKE_INSTALL_LIBDIR=lib"
61+
(lib.cmakeBool "ENABLE_UNIT_TESTS" false)
62+
(lib.cmakeBool "ENABLE_FUNC_TESTS" false)
6163
];
6264

6365
patches = [

0 commit comments

Comments
 (0)