Skip to content

Commit b03b9aa

Browse files
add bazel platforms to WORKSPACE
1 parent fdcb6ed commit b03b9aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

WORKSPACE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
22

3+
http_archive(
4+
name = "platforms",
5+
urls = [
6+
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz",
7+
"https://github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz",
8+
],
9+
sha256 = "5308fc1d8865406a49427ba24a9ab53087f17f5266a7aabbfc28823f3916e1ca",
10+
)
11+
312
http_archive(
413
name = "com_google_googletest",
514
sha256 = "ab78fa3f912d44d38b785ec011a25f26512aaedc5291f51f3807c592b506d33a",

0 commit comments

Comments
 (0)