Skip to content

Commit

Permalink
Disable pkg-config flag for zlib in ghcide snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Dec 6, 2024
1 parent 0fe651a commit 043d55f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules_haskell_tests/non_module_deps_2.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def repositories(*, bzlmod): # @unused
"attoparsec": """{"lib:attoparsec": ["lib:attoparsec-internal"]}""",
},
extra_deps = {"zlib": ["//tests:zlib"], "streaming-commons": ["//tests:zlib"]},
# disable calling pkg-config
flags = {"zlib": ["-pkg-config"]},
haddock = False,
local_snapshot = "//:ghcide-stack-snapshot{}.yaml".format(
"_" + str(GHC_VERSION) if GHC_VERSION else "",
Expand Down

0 comments on commit 043d55f

Please sign in to comment.