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 df1e5fe commit 83e105b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/cabal.project.local
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repository head.hackage.ghc.haskell.org
f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
--sha256: sha256-PnyK0Blh/KqyYrAudlcuvz5bLq83yU3ZArQw2I1emSs=
--sha256: sha256-EQKpiiwoIXiM7r+bGYvQzB4vWANqO6PJaSUlt1NUIeI=

repository ghcjs-overlay
url: https://raw.githubusercontent.com/input-output-hk/hackage-overlay-ghcjs/ffb32dce467b9a4d27be759fdd2740a6edd09d0b
Expand Down
3 changes: 2 additions & 1 deletion test/js-template-haskell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ in recurseIntoAttrs {
inherit (project) plan-nix;
};

meta.disabled = stdenv.buildPlatform != stdenv.hostPlatform && stdenv.hostPlatform.isAarch64;
meta.disabled = stdenv.buildPlatform != stdenv.hostPlatform && stdenv.hostPlatform.isAarch64
|| builtins.elem compiler-nix-name ["ghc91320241204"];

build = packages.js-template-haskell.components.library;
check = packages.js-template-haskell.checks.test;
Expand Down
2 changes: 1 addition & 1 deletion test/th-dlls/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in recurseIntoAttrs {
|| (compiler-nix-name == "ghc8107" && stdenv.hostPlatform.isWindows)
# We need to update GHC HEAD to get a version of ghc-internal compatible
# with th-lift from head.hackage.
|| builtins.elem compiler-nix-name [ "ghc91220241014" "ghc91320241101" ]
|| builtins.elem compiler-nix-name [ "ghc91320241204" ]
;

ifdInputs = {
Expand Down

0 comments on commit 83e105b

Please sign in to comment.