nativelink icon indicating copy to clipboard operation
nativelink copied to clipboard

Implement a workaround for DYLD_LIBRARY_PATH in lre-rs

Open aaronmondal opened this issue 9 months ago • 0 comments

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.

aaronmondal avatar Mar 03 '25 19:03 aaronmondal