bazel-contrib / bazel-contrib/rules_foreign_cc
Setting LD causes failures when cc toolchain is action-only
Open
- Dominant language
- Starlark
- Stars
- 737
- Forks
- 270
- PR merge metrics
- No merged PRs in 30d
Description
The change introduced in #1068 breaks action-only toolchains as `ld_executable` is simply set to the repo root/ld which isn't correct.
It is noted in the docs that `ld_executable` will be going away once the transition to a full starlark toolchain config is completed.
Contributor guide
Assessment
This issue has not been assessed yet.