You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested with rules_cc version 0.1.1 and Bazel 7.4.1 :
When using the new rule_based toolchain pattern overriding the default objcopy tool in cc_tool_map results in the CcToolchainInfo not being properly updated.
Tested with rules_cc version 0.1.1 and Bazel 7.4.1 :
When using the new rule_based toolchain pattern overriding the default objcopy tool in cc_tool_map results in the CcToolchainInfo not being properly updated.
Example:
Results in cc_toolchain.objcopy_executable to be set to ""
The following workaround could be used until a fix has been implemented:
The text was updated successfully, but these errors were encountered: