Commit 7d16bb78 authored by Jon Hermansen's avatar Jon Hermansen
Browse files

bison: force tests to run serially on FreeBSD

parent 9a945277
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ stdenv.mkDerivation rec {
  propagatedBuildInputs = [ m4 ];

  enableParallelBuilding = true;
  # tests are flaky / timing sensitive on FreeBSD
  enableParallelChecking = !stdenv.hostPlatform.isFreeBSD;

  # Normal check and install check largely execute the same test suite
  doCheck = false;