You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What is the goal of this PR?
To enable RBE for faster tests. Closes#1.
## What are the changes implemented in this PR?
Added RBE configurations in the `.bazelrc` file. You can then invoke Bazel with RBE like so: `bazel ... --config=rbe`.
A crucial step not part of this PR, is to make the Bazel RBE credential available as an environment variable `BAZEL_RBE_CREDENTIAL` in the test machine. The environment variable is set not from the code but from the [CircleCI settings page for the Graql repository](https://circleci.com/gh/graknlabs/graql/edit#env-vars).
## What is the goal of this PR?
Update usage of `@rules_antlr` to match latest `@vaticle_dependencies`
## What are the changes implemented in this PR?
Use the latest release of `rules_antlr` and update usage accordingly
No description provided.
The text was updated successfully, but these errors were encountered: