David Marcin
David Marcin
We are using bazel-remote with a proxy to an s3 bucket that has a 30 day expiration. I believe we've started to encounter a situation where the CI machine's bazel-remote...
We have been using bazel-remote in the following configuration: - AWS S3 bucket - Local copies of bazel-remote on every developer's computer that access S3 but don't write to it...
If you have rosetta2 enabled, this seems to work -- except that the host & target platforms for the build are then detected as x86_64. If you are trying to...
### Description of the problem / feature request: cc_binary should have a stripopts parameter for specifying how the target will be stripped by default when depending on the target.stripped target....
I was looking for methods like `cudaGetDeviceProperties` from `include/cuda_runtime_api.h` but they don't seem to be present. Is there a reason for that, or is it just not done yet? I...
I'm having trouble grokking the right way to use zmq4 for the following situation. I have a server that accepts connections from workers. The workers register with the server, receive...
Sometimes it's useful to prepare a directory for caching by removing some bits that should not be cached. This could be done directly in the command but it seems better...