commit | 672777d1ae17d993a5ca3de3cb9a9e2fab6531ee | [log] [tgz] |
---|---|---|
author | Chi Wang <chiwang@google.com> | Mon Sep 13 15:10:03 2021 +0800 |
committer | GitHub <noreply@github.com> | Mon Sep 13 15:10:03 2021 +0800 |
tree | 224dbf70c3ec2c81c07992c3d68670ae37d23d7b | |
parent | 7b19b536c5c16e38a7b6c463c5c86059b32af4ef [diff] [blame] |
Add script to generate and upload rbe toolchain configs; Add rbe_preconfig repo rule to use them (#1209) - Add script to generate and upload rbe toolchain configs - Add rbe_preconfig which can be used to download those pre-generated RBE toolchain configs to the workspace
diff --git a/rules/WORKSPACE b/rules/WORKSPACE new file mode 100644 index 0000000..9d067fc --- /dev/null +++ b/rules/WORKSPACE
@@ -0,0 +1 @@ +workspace(name = 'bazel_ci_rules')