Skip to content

Commit 75c6a5c

Browse files
committed
Disable pkg-config flag for zlib in ghcide snapshot
1 parent 6a4fb94 commit 75c6a5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: rules_haskell_tests/non_module_deps_2.bzl

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ def repositories(*, bzlmod): # @unused
5757
"attoparsec": """{"lib:attoparsec": ["lib:attoparsec-internal"]}""",
5858
},
5959
extra_deps = {"zlib": ["//tests:zlib"], "streaming-commons": ["//tests:zlib"]},
60+
# disable calling pkg-config
61+
flags = {"zlib": ["-pkg-config"]},
6062
haddock = False,
6163
local_snapshot = "//:ghcide-stack-snapshot{}.yaml".format(
6264
"_" + str(GHC_VERSION) if GHC_VERSION else "",

0 commit comments

Comments
 (0)