mirror of https://github.com/bazelbuild/rules_cc
Merge pull request #38 from hlopko:update_gtest
PiperOrigin-RevId: 274161434 Change-Id: Ic7cc0802695afff00095d5565496f7db46fe83e4
This commit is contained in:
commit
12a2d801f6
10
WORKSPACE
10
WORKSPACE
|
@ -25,14 +25,12 @@ rules_cc_internal_deps()
|
||||||
load("//:internal_setup.bzl", "rules_cc_internal_setup")
|
load("//:internal_setup.bzl", "rules_cc_internal_setup")
|
||||||
rules_cc_internal_setup()
|
rules_cc_internal_setup()
|
||||||
|
|
||||||
# We're pinning to a commit because this project does not have a recent release.
|
|
||||||
# Nothing special about this commit, though.
|
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "com_google_googletest",
|
name = "com_google_googletest",
|
||||||
sha256 = "0fb00ff413f6b9b80ccee44a374ca7a18af7315aea72a43c62f2acd1ca74e9b5",
|
sha256 = "9dc9157a9a1551ec7a7e43daea9a694a0bb5fb8bec81235d8a1e6ef64c716dcb",
|
||||||
strip_prefix = "googletest-f13bbe2992d188e834339abe6f715b2b2f840a77",
|
strip_prefix = "googletest-release-1.10.0",
|
||||||
urls = [
|
urls = [
|
||||||
"https://mirror.bazel.build/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/f13bbe2992d188e834339abe6f715b2b2f840a77.tar.gz",
|
"https://github.com/google/googletest/archive/release-1.10.0.tar.gz",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue