From c3d4c637f5b9cdc2119c807e6b4cb27982de7b03 Mon Sep 17 00:00:00 2001 From: Malte Poll Date: Fri, 29 Nov 2024 22:26:31 +0100 Subject: [PATCH] drop conly_flags in call to cc_toolchain_config This is only available in Bazel 7 and later. See bazelbuild/bazel#b272cef7d4b2d1be4e3f82b737c3c14d5e768aea --- core/private/cc_toolchain/BUILD.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/core/private/cc_toolchain/BUILD.tpl b/core/private/cc_toolchain/BUILD.tpl index a1798591..b9e82e3f 100644 --- a/core/private/cc_toolchain/BUILD.tpl +++ b/core/private/cc_toolchain/BUILD.tpl @@ -113,7 +113,6 @@ cc_toolchain_config( compile_flags = [%{compile_flags}], opt_compile_flags = [%{opt_compile_flags}], dbg_compile_flags = [%{dbg_compile_flags}], - conly_flags = [%{conly_flags}], cxx_flags = [%{cxx_flags}], link_flags = [%{link_flags}], link_libs = [%{link_libs}],