aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-07-12 20:43:08 +0200
committerGravatar László Csomor <laszlocsomor@google.com>2017-07-13 09:55:35 +0200
commit5f36bf8a0716434348042c088da838728dc6dcdc (patch)
treea7c9ebcc3085abc8ad4b902decce1cc9ccf05907 /WORKSPACE
parent4ddc9376d95bb573b020d5beea81b24763010f5b (diff)
Add bazel-toolchains repository which will be used to test remote execution
PiperOrigin-RevId: 161693427
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE7
1 files changed, 7 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index dd6ef4edf6..c77c9105b0 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -108,3 +108,10 @@ http_file(
"https://cdn.azul.com/zulu/bin/zulu8.21.0.1-jdk8.0.131-win_x64.zip",
],
)
+
+http_archive(
+ name = "bazel_toolchains",
+ url = "https://github.com/bazelbuild/bazel-toolchains/archive/bccee4855c049d34bac481083b4c68e2fab8cc50.tar.gz",
+ strip_prefix = "bazel-toolchains-bccee4855c049d34bac481083b4c68e2fab8cc50",
+ sha256 = "3903fd93b96b42067e00b7973a2c16c34e761ad7a0b55e1557d408f352849e41",
+)