mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
ci: disable BuildBuddy (#3077)
This commit is contained in:
parent
97e5c437b4
commit
03475b60b3
24 changed files with 4 additions and 169 deletions
|
@ -46,17 +46,6 @@ Also note that some errors shown in `check` (non-silent mode) by `golicenses_che
|
|||
* `bazel query //subfolder` - list all targets in a subfolder
|
||||
* `bazel cquery --output=files //subfolder:target` - get location of a build artifact
|
||||
|
||||
### (Optional) Remote caching and execution
|
||||
|
||||
We use BuildBuddy for remote caching (and maybe remote execution in the future). To use it, you need to join the BuildBuddy organization and get an API key. Then, you can write it to `~/.bazelrc`:
|
||||
|
||||
```sh
|
||||
build --remote_header=x-buildbuddy-api-key=<redacted>
|
||||
```
|
||||
|
||||
To use the remote cache, build the project with `bazel build --config remote_cache //path/to:target`.
|
||||
You can also copy the `remote_cache` config from `.bazelrc` to your `~/.bazelrc` and remove the `remote_cache` prefix to make it the default.
|
||||
|
||||
## Setup
|
||||
|
||||
### VS Code integration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue