Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
7e7e9442
Commit
7e7e9442
authored
Oct 14, 2020
by
dmauro
Committed by
Derek Mauro
Oct 14, 2020
Browse files
Googletest export
Stop using master.zip to make the build reproducible PiperOrigin-RevId: 337102716
parent
8ccc5ec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
11 deletions
+18
-11
WORKSPACE
WORKSPACE
+18
-11
No files found.
WORKSPACE
View file @
7e7e9442
...
@@ -2,22 +2,29 @@ workspace(name = "com_google_googletest")
...
@@ -2,22 +2,29 @@ workspace(name = "com_google_googletest")
load
(
"@bazel_tools//tools/build_defs/repo:http.bzl"
,
"http_archive"
)
load
(
"@bazel_tools//tools/build_defs/repo:http.bzl"
,
"http_archive"
)
# Abseil
http_archive
(
http_archive
(
name
=
"com_google_absl"
,
name
=
"com_google_absl"
,
# 2020-10-13T16:49:13Z
urls
=
[
"https://github.com/abseil/abseil-cpp/archive/master.zip"
],
urls
=
[
strip_prefix
=
"abseil-cpp-master"
,
"https://github.com/abseil/abseil-cpp/archive/f3f785ab59478dd0312bf1b5df65d380650bf0dc.zip"
],
strip_prefix
=
"abseil-cpp-f3f785ab59478dd0312bf1b5df65d380650bf0dc"
,
sha256
=
"00c3707bf9cd5eabd1ec6932cc65b97378c043f22573be3adf7d11bb7af17d06"
,
)
)
http_archive
(
http_archive
(
name
=
"rules_cc"
,
name
=
"rules_cc"
,
# 2020-10-05T06:01:24Z
strip_prefix
=
"rules_cc-master"
,
urls
=
[
urls
=
[
"https://github.com/bazelbuild/rules_cc/archive/master.zip"
],
"https://github.com/bazelbuild/rules_cc/archive/f055da4ff0cb2b3c73de1fe2f094ebdfb8b3acb9.zip"
],
strip_prefix
=
"rules_cc-f055da4ff0cb2b3c73de1fe2f094ebdfb8b3acb9"
,
sha256
=
"35ea62c63cd71d4000efe85f9f4f17e8afb23896c37ee9510952db2e9d8fbb70"
,
)
)
http_archive
(
http_archive
(
name
=
"rules_python"
,
name
=
"rules_python"
,
# 2020-09-30T13:50:21Z
strip_prefix
=
"rules_python-master"
,
urls
=
[
urls
=
[
"https://github.com/bazelbuild/rules_python/archive/master.zip"
],
"https://github.com/bazelbuild/rules_python/archive/c064f7008a30f307ea7516cf52358a653011f82b.zip"
,
],
strip_prefix
=
"rules_python-c064f7008a30f307ea7516cf52358a653011f82b"
,
sha256
=
"6e49996ad3cf45b2232b8f94ca1e3ead369c28394c51632be8d85fe826383012"
,
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment