Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: seaube/bazel_sundry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ecb890730ae260108aa2785257df0c48fe32b954
Choose a base ref
..
head repository: seaube/bazel_sundry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bfbb5aa30774f576cb0f94b3567b03216bb181e9
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 WORKSPACE.bazel
6 changes: 3 additions & 3 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
@@ -13,9 +13,9 @@ hedron_compile_commands_setup()

http_archive(
name = "com_grail_bazel_toolchain",
sha256 = "c83c7a0dcc2aab4fcb03067517cc12a9dea467ba3e83c17abadfd2fc864f1ed2",
strip_prefix = "bazel-toolchain-ab5557f9c1c1b086af0c9f6806aaae189bf248c0",
url = "https://github.com/grailbio/bazel-toolchain/archive/ab5557f9c1c1b086af0c9f6806aaae189bf248c0.zip",
sha256 = "b50aeed35a7903388556219363a50a7351dd646fc738456493490d67744533b1",
strip_prefix = "bazel-toolchain-646ae7063127af2c416f80ab55037c260007b644",
url = "https://github.com/grailbio/bazel-toolchain/archive/646ae7063127af2c416f80ab55037c260007b644.zip",
)

load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies")