Skip to content

Conversation

@cerisier
Copy link
Contributor

Fixes #539

See bazelbuild/bazel#26551

The "output" genrule is now marked as local only so that the "binary_linked_with_cc_common_link" is ran as a symlink and not as a regular file.

This is because the RPATH of "binary_linked_with_cc_common_link" has to be relative to the location of the real "binary_linked_with_cc_common_link" binary.

Copy link
Owner

@aherrmann aherrmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@aherrmann aherrmann enabled auto-merge September 25, 2025 18:49
@aherrmann aherrmann merged commit 2f0573c into aherrmann:main Sep 25, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

build failure on main CI //configure-use_cc_common_link/shared-library:output_test

2 participants