Add path mapping support for C++ compile action templates
@keith Any idea why this test may be failing on macOS?
ld: unknown options: --start-lib --end-lib
Does Apple lld not support --start-lib?
Apple's linker does not support start-lib/end-lib. ld64.lld from llvm does since looks like version 14+
@keith I added apple_support for its object_file_group support, but I'm getting an error about DEVELOPER_DIR missing. Any idea about that one?
looks like it's the remote only test (at least on the last failure), isn't this where the remote executor has to duplicate the logic around setting DEVELOPER_DIR?
@bazel-io fork 7.3.0
@fmeum @comius @keith Just a friendly reminder, the 7.3.0RC1 is scheduled for next Monday, July 29th. Thanks!
@bazel-io fork 7.4.0
The changes in this PR have been included in Bazel 7.4.0 RC1. Please test out the release candidate and report any issues as soon as possible.
If you're using Bazelisk, you can point to the latest RC by setting USE_BAZEL_VERSION=7.4.0rc1. Thanks!