From 5f36bf8a0716434348042c088da838728dc6dcdc Mon Sep 17 00:00:00 2001 From: Googler Date: Wed, 12 Jul 2017 20:43:08 +0200 Subject: Add bazel-toolchains repository which will be used to test remote execution PiperOrigin-RevId: 161693427 --- WORKSPACE | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'WORKSPACE') 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", +) -- cgit v1.2.3