Skip to content

Commit

Permalink
Specify unencrypted grpc:// remote executor in the bare example
Browse files Browse the repository at this point in the history
It seems that grpcs:// is the default protocol, which the bare example
does not support.
  • Loading branch information
mostynb authored and EdSchouten committed Jun 10, 2020
1 parent 3bac65d commit ce1485a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ the following options should be added to `~/.bazelrc`:
```
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

0 comments on commit ce1485a

Please sign in to comment.