or-shachar / bazel-sample-repo

For sampling bazel features and issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample repo

This repo is meant to simulate very basic use case of using Bazel + rules_scala + remote execution

To run builds using RBE and Results on this repo please run:

bazel --bazelrc=.bazelrc.remote test -k //... \
    --config=remote --config=results \
    --remote_instance_name=<your-project> \
    --project_id=<gcp-project>

About

For sampling bazel features and issues


Languages

Language:Starlark 88.9%Language:Scala 11.1%