Skip to content

Commit f9b29bf

Browse files
committed
Make cc toolchains mandatory
1 parent 96a1095 commit f9b29bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haskell/toolchain.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ _ahc_haskell_toolchain = rule(
559559
cfg = "exec",
560560
),
561561
),
562-
toolchains = use_cc_toolchain(),
562+
toolchains = use_cc_toolchain(mandatory = True),
563563
fragments = ["cpp"],
564564
)
565565

@@ -573,7 +573,7 @@ _haskell_toolchain = rule(
573573
),
574574
),
575575
),
576-
toolchains = use_cc_toolchain(),
576+
toolchains = use_cc_toolchain(mandatory = True),
577577
fragments = ["cpp"],
578578
)
579579

0 commit comments

Comments
 (0)