Skip to content

Commit

Permalink
Update GoogleTest to 1.10.0
Browse files Browse the repository at this point in the history
This includes fixes for `--incompatible_load_{cc,python}_rules_from_bzl`.

Closes bazelbuild#9204.

PiperOrigin-RevId: 274784855
  • Loading branch information
Yannic authored and copybara-github committed Oct 15, 2019
1 parent 1933cda commit 5b4ab2d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -418,15 +418,13 @@ rbe_autoconfig(
# load("@bazel_toolchains//rules:rbe_repo.bzl", "rbe_autoconfig")
# rbe_autoconfig(name = "buildkite_config")

# We're pinning to a commit because this project does not have a recent release.
# Nothing special about this commit, though.
http_archive(
name = "com_google_googletest",
sha256 = "0fb00ff413f6b9b80ccee44a374ca7a18af7315aea72a43c62f2acd1ca74e9b5",
strip_prefix = "googletest-f13bbe2992d188e834339abe6f715b2b2f840a77",
sha256 = "9dc9157a9a1551ec7a7e43daea9a694a0bb5fb8bec81235d8a1e6ef64c716dcb",
strip_prefix = "googletest-release-1.10.0",
urls = [
"https://mirror.bazel.build/github.com/google/googletest/archive/f13bbe2992d188e834339abe6f715b2b2f840a77.tar.gz",
"https://github.com/google/googletest/archive/f13bbe2992d188e834339abe6f715b2b2f840a77.tar.gz",
"https://mirror.bazel.build/github.com/google/googletest/archive/release-1.10.0.tar.gz",
"https://github.com/google/googletest/archive/release-1.10.0.tar.gz",
],
)

Expand Down

0 comments on commit 5b4ab2d

Please sign in to comment.