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-07-09 00:58:51 -07: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-07-13 22:50:33 -07:00
2021-04-02 12:47:36 -07: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-05-10 19:08:09 -07:00
2021-08-30 11:24:01 +02:00
2021-03-15 09:39:01 -07:00
2021-07-09 00:58:51 -07:00
2021-08-23 11:30:27 -07:00
2021-04-05 12:10:18 -07:00
2021-04-14 11:50:51 -07:00
2021-02-24 13:30:37 -08:00
2021-03-12 14:59:00 +00:00
2021-02-24 13:30:37 -08:00
2021-07-26 17:44:10 -07:00
2021-02-24 13:30:37 -08:00
2021-08-26 18:00:51 -07:00
2021-08-27 17:35:41 -07:00
2021-07-27 23:00:24 -07:00
2021-06-23 14:10:04 -07:00
2021-07-13 22:44:04 +01:00
2021-02-24 13:30:37 -08:00
2021-08-30 11:24:01 +02:00
2021-07-09 00:58:51 -07:00
2021-08-25 08:05:07 -07:00
2021-03-09 11:37:26 -08:00
2021-02-24 13:30:37 -08:00
2021-07-23 10:20:40 -07:00
2021-08-20 15:14:29 -07:00
2021-04-19 12:15:36 -07:00
2021-07-09 00:58:51 -07:00
2021-02-24 13:30:37 -08:00
2021-06-07 11:45:03 +10:00
2021-06-18 13:53:32 -07:00
2021-08-27 05:55:45 -07:00
2021-07-09 00:58:51 -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-04-08 01:22:21 -05:00
2021-07-01 11:59:28 -07:00
2021-03-22 14:45:32 -07:00
2021-07-16 09:49:50 -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-04-24 17:10:23 +00:00
2020-10-23 20:30:08 -07:00
2021-01-20 17:11:44 -08:00
2021-01-20 17:11:44 -08:00
2021-07-08 08:03:55 -07:00
2021-06-07 16:22:15 +10: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
2020-10-12 08:58:21 -07:00
2021-01-20 17:11:44 -08:00