Skip to content

Commit 438e1d4

Browse files
committed
Deactivate dep-narrowing-th tests
1 parent 5c7ab6a commit 438e1d4

File tree

1 file changed

+6
-0
lines changed
  • rules_haskell_tests/tests/haskell_module/dep-narrowing-th

1 file changed

+6
-0
lines changed

rules_haskell_tests/tests/haskell_module/dep-narrowing-th/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ haskell_library(
9898
# skip building this target on macos with GHC 9.6.2 since it crashes ghc-iserv
9999
# see https://github.com/tweag/rules_haskell/issues/2073
100100
"dont_build_on_macos_with_ghc_9.6.2",
101+
102+
# The same error still happens with ghc 9.8.1 in profiling mode
103+
"dont_build_on_macos_with_ghc_9.8.1",
101104
],
102105
deps = [
103106
":NonModulesTestLib",
@@ -122,6 +125,9 @@ haskell_test(
122125
# skip testing this target on macos with GHC 9.6.2 since it crashes ghc-iserv
123126
# see https://github.com/tweag/rules_haskell/issues/2073
124127
"dont_build_on_macos_with_ghc_9.6.2",
128+
129+
# The same error still happens with ghc 9.8.1 in profiling mode
130+
"dont_build_on_macos_with_ghc_9.8.1",
125131
],
126132
visibility = ["//visibility:public"],
127133
deps = [

0 commit comments

Comments
 (0)