Mostyn Bramley-Moore
Mostyn Bramley-Moore
This feature would be useful for me, at least (working on bazel-remote). I can see that bazelci.py has a `--save_but` flag, but I'm not sure where to add it.
Done, thanks. I also put the text after the license back in the INDEX file.
I have the same need/request as @aleksandaratanasov- having a separate LICENSE file would reduce the amount of searching/reading/processing required to review this info. Is it worth creating a PR to...
Oh, sorry. It should cherry-pick cleanly anyway.
IMO it would feel more consistent with the other cache operations if this were to fall back to downloading locally. But as long as this is made configurable, I don't...
Bazel-remote's cache dir can't be shared between multiple bazel-remote processes running at the same time. If you try to do this, then each instance's disk usage estimate will drift once...
Hi, could you copy+paste the exact error message you get on the bazel side? And any relevant logs from bazel-remote when this happens.
The .bazelci/basic-auth-tests.sh script that's run in CI does `bazel build //:bazel-remote --remote_cache=grpc://$USER:$PASS@localhost:9092`, which is similar to your example except it's unencrypted grpc. I'm not sure what the key/value are in...
Those bazel-remote logs are from bazel-remote's http server/port, for which `/` isn't a valid request URL path. If you're trying to use bazel with a grpc or grpcs URL for...
What are your bazel and bazel-remote command lines?