bytebuild: disable test suite

This commit is contained in:
Victor Nawothnig 2020-07-29 15:39:18 +02:00 committed by Peter Simons
parent d834fc7d63
commit 907b898383
2 changed files with 3 additions and 1 deletions

View file

@ -460,6 +460,9 @@ self: super: {
bytestring-strict-builder = dontCheck super.bytestring-strict-builder; bytestring-strict-builder = dontCheck super.bytestring-strict-builder;
bytestring-tree-builder = dontCheck super.bytestring-tree-builder; bytestring-tree-builder = dontCheck super.bytestring-tree-builder;
# https://github.com/byteverse/bytebuild/issues/19
bytebuild = dontCheck super.bytebuild;
# https://github.com/ndmitchell/shake/issues/206 # https://github.com/ndmitchell/shake/issues/206
# https://github.com/ndmitchell/shake/issues/267 # https://github.com/ndmitchell/shake/issues/267
shake = overrideCabal super.shake (drv: { doCheck = !pkgs.stdenv.isDarwin && false; }); shake = overrideCabal super.shake (drv: { doCheck = !pkgs.stdenv.isDarwin && false; });

View file

@ -3562,7 +3562,6 @@ broken-packages:
- byline - byline
- bytable - bytable
- bytearray-parsing - bytearray-parsing
- bytebuild
- bytelog - bytelog
- bytestring-arbitrary - bytestring-arbitrary
- bytestring-builder-varword - bytestring-builder-varword