Skip to content

Commit

Permalink
bear: disable tests
Browse files Browse the repository at this point in the history
(cherry picked from commit 459e288)
  • Loading branch information
DieracDelta authored and github-actions[bot] committed Feb 27, 2024
1 parent b7fbcb1 commit a351df1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/tools/build-managers/bear/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
# CMAKE_INSTALL_{BIN,LIB}DIR, which breaks if these are absolute paths.
"-DCMAKE_INSTALL_BINDIR=bin"
"-DCMAKE_INSTALL_LIBDIR=lib"
(lib.cmakeBool "ENABLE_UNIT_TESTS" false)
(lib.cmakeBool "ENABLE_FUNC_TESTS" false)
];

patches = [
Expand Down

0 comments on commit a351df1

Please sign in to comment.