From c4d0f90e9ffec675b7e8cf87166c36eca4d8b6d2 Mon Sep 17 00:00:00 2001 From: Marcel Hlopko Date: Tue, 27 Nov 2018 14:23:48 +0100 Subject: [PATCH] Update bazel-toolchains pin To fix failures such as https://buildkite.com/bazel/bazel-with-downstream-projects-bazel/builds/613#38bd30b4-af75-40bb-89df-e46b6277ab24 --- WORKSPACE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 042cf24bab..44b8977819 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -61,11 +61,11 @@ skydoc_repositories() http_archive( name = "bazel_toolchains", - sha256 = "4ab012a06e80172b1d2cc68a69f12237ba2c4eb47ba34cb8099830d3b8c43dbc", - strip_prefix = "bazel-toolchains-646207624ed58c9dc658a135e40e578f8bbabf64", + sha256 = "7e85a14821536bc24e04610d309002056f278113c6cc82f1059a609361812431", + strip_prefix = "bazel-toolchains-bc0091adceaf4642192a8dcfc46e3ae3e4560ea7", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/646207624ed58c9dc658a135e40e578f8bbabf64.tar.gz", - "https://github.com/bazelbuild/bazel-toolchains/archive/646207624ed58c9dc658a135e40e578f8bbabf64.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/bc0091adceaf4642192a8dcfc46e3ae3e4560ea7.tar.gz", + "https://github.com/bazelbuild/bazel-toolchains/archive/bc0091adceaf4642192a8dcfc46e3ae3e4560ea7.tar.gz", ], )