We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
1 parent 088262c commit 1b031daCopy full SHA for 1b031da
rules_haskell_tests/tests/ghcWithPackages_2097/BUILD.bazel
@@ -3,6 +3,9 @@ load("//tests/integration_testing:rules_haskell_integration_test.bzl", "rules_ha
3
rules_haskell_integration_test(
4
name = "ghc_with_packages_test",
5
srcs = ["Test.hs"],
6
+ env = {
7
+ "BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN": "1",
8
+ },
9
tags = ["requires_nix"],
10
workspace_path = "test",
11
)
0 commit comments