Skip to content

Instantly share code, notes, and snippets.

@come-maiz
Created July 7, 2022 02:27
Show Gist options
  • Save come-maiz/a3cfd7f382e660c2e2606f37526f7d41 to your computer and use it in GitHub Desktop.
Save come-maiz/a3cfd7f382e660c2e2606f37526f7d41 to your computer and use it in GitHub Desktop.
diff --git a/WORKSPACE b/WORKSPACE
index ca9d3d999..cb4daf4a5 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -13,11 +13,10 @@ http_archive(
],
)
-http_archive(
+git_repository(
name = "com_grail_bazel_toolchain",
- sha256 = "040b9d00b8a03e8a28e38159ad0f2d0e0de625d93f453a9f226971a8c47e757b",
- strip_prefix = "bazel-toolchain-5f82830f9d6a1941c3eb29683c1864ccf2862454",
- urls = ["https://github.com/grailbio/bazel-toolchain/archive/5f82830f9d6a1941c3eb29683c1864ccf2862454.tar.gz"],
+ commit = "f14a8a5de8f7e98a011a52163d4855572c07a1a3",
+ remote = "https://github.com/grailbio/bazel-toolchain",
)
load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment