Unverified Commit 160f20b0 authored by Connor Baker's avatar Connor Baker Committed by GitHub
Browse files

mlkit: set dontCheckForBrokenSymlinks (#385089)

parents 3fcc1334 f90fbe9e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,10 @@ stdenv.mkDerivation rec {

  doCheck = true;

  # MLKit intentionally has some of these in its test suite.
  # Since the test suite is available in `$out/share/mlkit/test`, we must disable this check.
  dontCheckForBrokenSymlinks = true;

  checkPhase = ''
    runHook preCheck
    echo ==== Running MLKit test suite: test ====