Skip to content

[pull] master from ray-project:master#824

Merged
pull[bot] merged 1 commit intogarymm:masterfrom
ray-project:master
Mar 13, 2026
Merged

[pull] master from ray-project:master#824
pull[bot] merged 1 commit intogarymm:masterfrom
ray-project:master

Conversation

@pull
Copy link

@pull pull bot commented Mar 13, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

…inkopts (#61667)

Unblocker for Bazel 7.5 upgrade.

The Apple CC toolchain's cc_toolchain_config.bzl adds -undefined
dynamic_lookup
implicitly for all DYNAMIC_LIBRARY link actions on macOS. Python
extension .so
files require this flag so that Python C API symbols are resolved at
load time
by the interpreter, not at link time.

Making the flag explicit in the target's linkopts ensures correct
behavior
regardless of which CC toolchain is active (Apple CC or generic
@local_config_cc),
without relying on toolchain-internal behavior.

Signed-off-by: andrew <andrew@anyscale.com>
@pull pull bot locked and limited conversation to collaborators Mar 13, 2026
@pull pull bot added the ⤵️ pull label Mar 13, 2026
@pull pull bot merged commit 09cacbb into garymm:master Mar 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant