-
### Issue type
Wrong or misleading information
### Problem description
We setup remote build cache using the reference docker image.
On our CI we see read timouts when pushing artifacts very frequ…
-
### Description of the bug:
We have two use cases where we need to push existing local build outputs to a remote cache:
1) We have a set of caches around the globe, and need to push each nightly …
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.15.3 darwin/amd64
### What are you suggesting?
Go's build cache (GOCACHE) provides a hash-driven mechanis…
idcmp updated
3 months ago
-
### Description of the bug:
I've configured a HTTP remote build cache service with bazel.
It's hosted on Kubernetes behind a proxy.
Before rolling out, I tested what happens to builds if the cache s…
-
### Description of the bug:
When using `--spawn_strategy=dynamic` Bazel occasionally fails with an internal unhandled exception (exit code `37`) in a non-deterministic way. The failure rate is aroun…
-
## 🐛 Bug Report
I added the `teamid`, `apiurl` and `token` in .turbo/config.json file as specified in the [docs](https://ducktors.github.io/turborepo-remote-cache/custom-remote-caching.html#config-…
-
Hi, there. I wonder is it possible to support seperate caches into deffrent namespace?
# Background
## Why need namespace
Here is background: my company is novice to use bazel. So I met some prob…
-
Hi, there. I'm using bazel-remote as our cache, my command to run progress is:
```
./bazel-bin/bazel-remote_/bazel-remote \
--dir /tmp/bazel-cache/ --max_size 200 --disable_http_ac_validation=tr…
-
We want to avoid rebuilding large slow building packages like gcc, or rustc so some form of build caching would be useful.
I can see a few forms this could take:
- A trusted https link in /etc/c…
-
Hi first of all I am so grateful for the fact this plugin exists as open source. I am trying to install it..
**Describe the bug**
I set the AWS_PROFILE and check `aws s3 ls` works as expected. How…