Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some fixes for the new bare config example #31

Merged
merged 3 commits into from
Jun 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions bare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ In addition to [the generic build options](https://github.com/buildbarn/bb-deplo
the following options should be added to `~/.bazelrc`:

```
build:local --bes_backend=localhost:8983
build:local --bes_results_url=http://localhost:7984/build_events/bb-event-service/
build:local --config=remote
build:local --config=rbe-ubuntu16-04
build:local --jobs=8
build:local --remote_executor=localhost:8980
build:local --remote_executor=grpc://localhost:8980
build:local --remote_instance_name=local
```

Expand Down