TraceMachina / TraceMachina/nativelink
Implement a workaround for DYLD_LIBRARY_PATH in lre-rs
Open
@aaronmondal is already working on this.
Since Mar 3, 2025.
bug
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 244
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 54
Description
See: https://github.com/bazelbuild/rules_rust/issues/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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.