Files
tensorflow/third_party
Alexander Grund 6a23f007b8 Add use_default_shell_env = True to all ctx.actions.run_shell rules
To compile flatbuffers definition Bazel starts the  flatbuffers compiler
flatc which is potentially built using a custom
toolchain and hence requires a set up LD_LIBRARY_PATH.
Ommitting the `use_default_shell_env` (defaulting to false) clears the
whole environment and the binary may try to use older system libs such
as /lib64/libstdc++.so causing it to fail in case it is (much) older
than the used libstdc++ from the custom toolchain which is very common
in HPC environments.
Hence I added `use_default_shell_env = True` as already done in e.g.
`_local_genrule_impl`.
2021-08-30 11:24:01 +02:00
..
2021-08-19 13:02:09 -04:00
2021-08-05 13:02:08 -07:00
2021-02-24 13:30:37 -08:00
2021-02-24 13:30:37 -08:00
2021-08-09 14:52:34 -07:00
2021-08-20 12:22:01 -07:00
2021-04-14 11:50:51 -07:00
2021-02-24 13:30:37 -08:00
2021-02-24 13:30:37 -08:00
2021-07-27 23:00:24 -07:00
2021-06-23 14:10:04 -07:00
2021-02-24 13:30:37 -08:00
2021-03-09 11:37:26 -08:00
2021-02-24 13:30:37 -08:00
2021-06-18 13:53:32 -07:00
2021-01-20 17:11:44 -08:00
2021-01-20 17:11:44 -08:00
2021-01-20 17:11:44 -08:00
2021-01-20 17:11:44 -08:00
2021-01-20 17:11:44 -08:00
2021-01-20 17:11:44 -08:00
2021-01-20 17:11:44 -08:00
2021-01-20 17:11:44 -08:00
2021-04-24 17:10:23 +00:00
2021-01-20 17:11:44 -08:00
2021-01-20 17:11:44 -08:00
2021-01-20 17:11:44 -08:00
2021-01-20 17:11:44 -08:00
2021-01-20 17:11:44 -08:00
2021-01-20 17:11:44 -08:00
2021-01-20 17:11:44 -08:00