Skip to content

Commit

Permalink
nextpnr: disable doCheck due to timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
InternetUnexplorer committed Jan 10, 2024
1 parent ed073a6 commit 58779b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nextpnr-unstable/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ nextpnrWithGui.overrideAttrs (final: prev: {
hash = "sha256-85iMe2sr3ar7hGxMeogJTTbFTtIU/CPKLQ/F+IVunac=";
};

doCheck = false; # Takes too long :(

passthru.updateScript = writeShellScript "update-nextpnr-unstable" ''
exec ${nix-update}/bin/nix-update --flake nextpnr-unstable --version branch
'';
Expand Down

0 comments on commit 58779b0

Please sign in to comment.