From bc1888105d9d2281b8b8c351d8df62dfa986b1c1 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Fri, 20 Dec 2024 13:03:44 +0100 Subject: [PATCH] [2] TMP: Test with cc_binary fix --- with_cfg/private/with_cfg.bzl | 2 -- 1 file changed, 2 deletions(-) diff --git a/with_cfg/private/with_cfg.bzl b/with_cfg/private/with_cfg.bzl index c71d812..2ea8b3c 100644 --- a/with_cfg/private/with_cfg.bzl +++ b/with_cfg/private/with_cfg.bzl @@ -164,8 +164,6 @@ def _supports_inheritance(kind): # Rules that need https://github.com/bazelbuild/bazel/pull/24778 to be extendable. _NOT_EXTENDABLE = [ # keep sorted - "cc_binary", - "cc_test", ] def _supports_extension(kind):