bazelbuild / rules_foreign_cc

Build rules for interfacing with "foreign" (non-Bazel) build systems (CMake, configure-make, GNU Make, boost, ninja, Meson)
https://bazelbuild.github.io/rules_foreign_cc
Apache License 2.0
649 stars 232 forks source link

Setting LD causes failures when cc toolchain is action-only #1160

Open jsharpe opened 5 months ago

jsharpe commented 5 months ago

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.