bazelbuild / bazel-toolchains

Repository that hosts Bazel toolchain configs for remote execution and related support tools.
Apache License 2.0
186 stars 96 forks source link

Add e2e test for config generation #940

Closed smukherj1 closed 3 years ago

smukherj1 commented 3 years ago
  1. Add a Hello World example for Java
  2. Add a Go binary that sets up a Bazel test repo by copying the existing Hello World C++ & Java examples and runs a Bazel remote build using the configs generated and uploaded by the tools added in #936 & #937