Skip to content

Commit 07e3cb6

Browse files
katrecopybara-github
authored andcommitted
Change the default for use_cpp_toolchain to be mandatory.
BEGIN_PUBLIC Change the default for `use_cc_toolchain` to be mandatory. END_PUBLIC Tested: TAP Train: [] Remaining failures are timeouts and not relevant PiperOrigin-RevId: 730855007 Change-Id: I34970dff1c5aa5d0b5bc174bf2ceb2e5ff9a4ff7
1 parent 283d572 commit 07e3cb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cc/find_cc_toolchain.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def find_cpp_toolchain(ctx):
111111
"""
112112
return find_cc_toolchain(ctx)
113113

114-
def use_cc_toolchain(mandatory = False):
114+
def use_cc_toolchain(mandatory = True):
115115
"""
116116
Helper to depend on the cc toolchain.
117117

0 commit comments

Comments
 (0)