I see two ways this could be achieved:
1. Persist the standard error and possibly standard output from build commands, I think this is the ideal.
2. Have a mechanism to force a rebuild of a target for the purposes of getting the stderr/stdout output again
As far as I know bazel doesn't have a mechanism to do either of these.
--
You received this message because you are subscribed to the Google Groups "bazel-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/f5c34082-e4d3-40f0-9203-2dbd634249b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Although, since bazel doesn't currently have a solution for using local caching with remote caching as a fallback, we actually use remote caching, but pointing to a local nginx server that first looks on disk, and then falls back to an actual remote cache.
Although, since bazel doesn't currently have a solution for using local caching with remote caching as a fallback, we actually use remote caching, but pointing to a local nginx server that first looks on disk, and then falls back to an actual remote cache.
It's especially a problem with local caching, since CI services will probably keep stderr/stdout.
Really? How would one access that?