You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add use_default_shell_env = True to ctx.actions.run
When building a tool in a non-standard environment (e.g. custom
compiler path -> LD_LIBRARY_PATH set) then
`use_default_shell_env = True` is required to run that tool in the same
environment or otherwise the build will fail due to missing symbols.
See jax-ml/jax#7842 for this issue and
tensorflow/tensorflow#44549 for related fix in
TF.
Reviewed By: GMNGeoffrey
Differential Revision: https://reviews.llvm.org/D109873
0 commit comments