Skip to content

Commit

Permalink
Pass BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 to ghc_with_packages_test
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Nov 19, 2024
1 parent 088262c commit 1b031da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rules_haskell_tests/tests/ghcWithPackages_2097/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ load("//tests/integration_testing:rules_haskell_integration_test.bzl", "rules_ha
rules_haskell_integration_test(
name = "ghc_with_packages_test",
srcs = ["Test.hs"],
env = {
"BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN": "1",
},
tags = ["requires_nix"],
workspace_path = "test",
)
Expand Down

0 comments on commit 1b031da

Please sign in to comment.