Skip to content

Commit 1b031da

Browse files
committed
Pass BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 to ghc_with_packages_test
1 parent 088262c commit 1b031da

File tree

1 file changed

+3
-0
lines changed
  • rules_haskell_tests/tests/ghcWithPackages_2097

1 file changed

+3
-0
lines changed

rules_haskell_tests/tests/ghcWithPackages_2097/BUILD.bazel

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ load("//tests/integration_testing:rules_haskell_integration_test.bzl", "rules_ha
33
rules_haskell_integration_test(
44
name = "ghc_with_packages_test",
55
srcs = ["Test.hs"],
6+
env = {
7+
"BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN": "1",
8+
},
69
tags = ["requires_nix"],
710
workspace_path = "test",
811
)

0 commit comments

Comments
 (0)