Skip to content

Commit

Permalink
Skip //tests/haskell_module/dep-narrowing-th:lib on Darwin with GHC…
Browse files Browse the repository at this point in the history
… 9.6.5

It still crashes ghc-iserv, see #2073
  • Loading branch information
avdv committed Aug 5, 2024
1 parent d16a588 commit d3aa119
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ haskell_library(
tags = [
# skip building this target on macos with GHC 9.6.2 since it crashes ghc-iserv
# see https://github.com/tweag/rules_haskell/issues/2073
"dont_build_on_macos_with_ghc_9.6.2",
"dont_build_on_macos_with_ghc_9.6.5",

# The same error still happens with ghc 9.8.1 in profiling mode
"dont_build_on_macos_with_ghc_9.8.1",
Expand All @@ -124,7 +124,7 @@ haskell_test(
tags = [
# skip testing this target on macos with GHC 9.6.2 since it crashes ghc-iserv
# see https://github.com/tweag/rules_haskell/issues/2073
"dont_build_on_macos_with_ghc_9.6.2",
"dont_build_on_macos_with_ghc_9.6.5",

# The same error still happens with ghc 9.8.1 in profiling mode
"dont_build_on_macos_with_ghc_9.8.1",
Expand Down

0 comments on commit d3aa119

Please sign in to comment.