Skip to content

Implement a workaround for DYLD_LIBRARY_PATH in lre-rs #1608

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
aaronmondal opened this issue Mar 3, 2025 · 0 comments
Open

Implement a workaround for DYLD_LIBRARY_PATH in lre-rs #1608

aaronmondal opened this issue Mar 3, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@aaronmondal
Copy link
Member

See: bazelbuild/rules_rust#2331

Rustc will wrongly try to look for its driver lib in a cas-relative path. That's wrong. As a workaround we can currently use --action_env=DYLIB_LIBRARY_PATH for MacOS with RBE but we can integrate this into the toolchain to make it automatic.

@aaronmondal aaronmondal added the bug Something isn't working label Mar 3, 2025
@aaronmondal aaronmondal self-assigned this Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant