Skip to content

Commit

Permalink
Skip broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Dec 9, 2024
1 parent 83e105b commit d02b564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gi-gtk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ in recurseIntoAttrs rec {
# Cross compilation to aarch64 is also broken
|| stdenv.hostPlatform.isAarch64 && !stdenv.buildPlatform.isAarch64
# Building profiled version of Cabal for haskell-gi is currently broken for GHC head
|| compiler-nix-name == "ghc91320241101";
|| compiler-nix-name == "ghc91320241204";

ifdInputs = {
inherit (project) plan-nix;
Expand Down

0 comments on commit d02b564

Please sign in to comment.