-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Labels
untriagedTeam member has to triage this issue - assign priority, type, and owner (if possible).Team member has to triage this issue - assign priority, type, and owner (if possible).
Description
rules_cc/cc/private/cc_common.bzl
Line 675 in 285fdce
| return _cc_internal.expand_and_tokenize(**kwargs) |
this code relies on cc_common having expand_and_tokenize, but that wasn't the case until bazelbuild/bazel@eb1bba0#diff-538c699a2bb42c3a1c7436b75fa3390c18d8ce0718d6805d03118a067e28d800
which isn't present in bazel 8.4.2, leading to this code failing at that point. I think we need to point to the since removed objc_internal version of this method if it is still present? I tried some variations with _builtins.internal.objc_internal but that doesn't seem to work, I assume intentionally
Metadata
Metadata
Assignees
Labels
untriagedTeam member has to triage this issue - assign priority, type, and owner (if possible).Team member has to triage this issue - assign priority, type, and owner (if possible).