Unverified Commit badc28a5 authored by John Ericson's avatar John Ericson Committed by GitHub
Browse files

bison: force tests to run serially on FreeBSD (#457368)

parents 45e4c9c9 7d16bb78
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;