blob: e9665ae9a25a4e2982b2a713e240bda6fab4db70 [file] [log] [blame]
Kristina Chodorow93fbc3e2016-04-27 17:03:28 +00001workspace(name = "io_bazel")
2
David Chenb78bbd52016-03-16 13:17:57 +00003# Protobuf expects an //external:python_headers label which would contain the
4# Python headers if fast Python protos is enabled. Since we are not using fast
5# Python protos, bind python_headers to a dummy target.
6bind(
7 name = "python_headers",
8 actual = "//:dummy",
9)
10
Alpha Lama1a79cb2016-05-15 19:13:52 +000011# Protobuf code generation for GRPC requires three external labels:
12# //external:grpc-java_plugin
13# //external:grpc-jar
14# //external:guava
15bind(
16 name = "grpc-java-plugin",
17 actual = "//third_party/grpc:grpc-java-plugin",
18)
19
20bind(
21 name = "grpc-jar",
22 actual = "//third_party/grpc:grpc-jar",
23)
24
25bind(
26 name = "guava",
27 actual = "//third_party:guava",
28)
29
Jakob Buchgraber6e12e652017-05-02 11:53:15 +020030# Used by //third_party/protobuf:protobuf_python
31bind(
32 name = "six",
33 actual = "//third_party/py/six",
34)
35
dmarting0010cc92017-06-27 14:57:21 +020036# For src/test/docker/...
37load("//src/test/docker:docker_repository.bzl", "docker_repository")
Damien Martin-Guillerez9b889202016-03-03 00:35:13 +000038docker_repository()
dmarting71a20e32017-07-21 14:30:02 +020039load("//src/test/docker:flavours.bzl", "pull_images_for_docker_tests")
40pull_images_for_docker_tests()
Damien Martin-Guillerez9b889202016-03-03 00:35:13 +000041
Adam Michael9b7330f2017-03-23 18:40:51 +000042# To run the Android integration tests in //src/test/shell/bazel/android:all or
43# build the Android sample app in //examples/android/java/bazel:hello_world
44#
45# 1. Install an Android SDK and NDK from https://developer.android.com
46# 2. Set the $ANDROID_HOME and $ANDROID_NDK_HOME environment variables
47# 3. Uncomment the two lines below
48#
49# android_sdk_repository(name = "androidsdk")
50# android_ndk_repository(name = "androidndk")
Cal Peyser2152bc12016-04-22 17:08:59 +000051
Adam Michael8a136d82016-11-16 23:04:46 +000052# In order to run //src/test/shell/bazel:maven_skylark_test, follow the
53# instructions above for the Android integration tests and uncomment the
54# following lines:
55# load("//tools/build_defs/repo:maven_rules.bzl", "maven_dependency_plugin")
56# maven_dependency_plugin()
57
Cal Peyser2152bc12016-04-22 17:08:59 +000058# This allows rules written in skylark to locate apple build tools.
philwo915fa8f2017-05-09 12:17:12 -040059bind(
60 name = "xcrunwrapper",
61 actual = "@bazel_tools//tools/objc:xcrunwrapper",
62)
Carmi Grushkobfaff292016-08-17 18:37:55 +000063
Jakob Buchgraber8ff0d0d2017-04-14 21:16:19 +020064new_local_repository(
Carmi Grushko0fd73d62017-02-17 06:49:40 +000065 name = "com_google_protobuf",
philwo915fa8f2017-05-09 12:17:12 -040066 build_file = "./third_party/protobuf/3.2.0/BUILD",
Jakob Buchgraber6e12e652017-05-02 11:53:15 +020067 path = "./third_party/protobuf/3.2.0/",
Carmi Grushko0fd73d62017-02-17 06:49:40 +000068)
69
70new_local_repository(
Carmi Grushkof1aa34c2016-11-29 01:04:35 +000071 name = "com_google_protobuf_java",
Jakob Buchgraber6e12e652017-05-02 11:53:15 +020072 build_file = "./third_party/protobuf/3.2.0/com_google_protobuf_java.BUILD",
philwo915fa8f2017-05-09 12:17:12 -040073 path = "./third_party/protobuf/3.2.0/",
Carmi Grushkof1aa34c2016-11-29 01:04:35 +000074)
Philipp Wollermann95048272017-03-17 15:11:58 +000075
Jakob Buchgraber166f28c2017-05-30 16:41:18 +020076new_local_repository(
77 name = "googleapis",
78 path = "./third_party/googleapis/",
79 build_file = "./third_party/googleapis/BUILD",
80)
81
Philipp Wollermann95048272017-03-17 15:11:58 +000082# OpenJDK distributions used to create a version of Bazel bundled with the OpenJDK.
83http_file(
84 name = "openjdk_linux",
Philipp Wollermann1e54a592017-05-17 15:51:03 +020085 sha256 = "17218c6bdd608b5714ffba9d5e28522bb2efc309266ba46232b8b918e6e62133",
philwo915fa8f2017-05-09 12:17:12 -040086 urls = [
Philipp Wollermann1e54a592017-05-17 15:51:03 +020087 "https://mirror.bazel.build/openjdk/azul-zulu-8.21.0.1-jdk8.0.131/zulu8.21.0.1-jdk8.0.131-linux_x64.tar.gz",
88 "https://bazel-mirror.storage.googleapis.com/openjdk/azul-zulu-8.21.0.1-jdk8.0.131/zulu8.21.0.1-jdk8.0.131-linux_x64.tar.gz",
89 "https://cdn.azul.com/zulu/bin/zulu8.21.0.1-jdk8.0.131-linux_x64.tar.gz",
philwo915fa8f2017-05-09 12:17:12 -040090 ],
Philipp Wollermann95048272017-03-17 15:11:58 +000091)
92
93http_file(
94 name = "openjdk_macos",
Philipp Wollermann1e54a592017-05-17 15:51:03 +020095 sha256 = "87575cbe5dc98ae4326c3c786dbe53515030f832451af910c11ce1b67e5b0977",
philwo915fa8f2017-05-09 12:17:12 -040096 urls = [
Philipp Wollermann1e54a592017-05-17 15:51:03 +020097 "https://mirror.bazel.build/openjdk/azul-zulu-8.21.0.1-jdk8.0.131/zulu8.21.0.1-jdk8.0.131-macosx_x64.zip",
98 "https://bazel-mirror.storage.googleapis.com/openjdk/azul-zulu-8.21.0.1-jdk8.0.131/zulu8.21.0.1-jdk8.0.131-macosx_x64.zip",
99 "https://cdn.azul.com/zulu/bin/zulu8.21.0.1-jdk8.0.131-macosx_x64.zip",
philwo915fa8f2017-05-09 12:17:12 -0400100 ],
Philipp Wollermann95048272017-03-17 15:11:58 +0000101)
102
103http_file(
104 name = "openjdk_win",
Philipp Wollermann1e54a592017-05-17 15:51:03 +0200105 sha256 = "474120caa9748e3512e2cd38d304a63d70cbf747ca2f8aa915f0a880ed807eb4",
philwo915fa8f2017-05-09 12:17:12 -0400106 urls = [
Philipp Wollermann1e54a592017-05-17 15:51:03 +0200107 "https://mirror.bazel.build/openjdk/azul-zulu-8.21.0.1-jdk8.0.131/zulu8.21.0.1-jdk8.0.131-win_x64.zip",
108 "https://bazel-mirror.storage.googleapis.com/openjdk/azul-zulu-8.21.0.1-jdk8.0.131/zulu8.21.0.1-jdk8.0.131-win_x64.zip",
109 "https://cdn.azul.com/zulu/bin/zulu8.21.0.1-jdk8.0.131-win_x64.zip",
philwo915fa8f2017-05-09 12:17:12 -0400110 ],
Philipp Wollermann95048272017-03-17 15:11:58 +0000111)
Googler5f36bf82017-07-12 20:43:08 +0200112
113http_archive(
114 name = "bazel_toolchains",
xingaoae1e81e2017-07-13 21:58:01 +0200115 urls = [
116 "http://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/bccee4855c049d34bac481083b4c68e2fab8cc50.tar.gz",
117 "https://github.com/bazelbuild/bazel-toolchains/archive/bccee4855c049d34bac481083b4c68e2fab8cc50.tar.gz",
118 ],
Googler5f36bf82017-07-12 20:43:08 +0200119 strip_prefix = "bazel-toolchains-bccee4855c049d34bac481083b4c68e2fab8cc50",
120 sha256 = "3903fd93b96b42067e00b7973a2c16c34e761ad7a0b55e1557d408f352849e41",
121)
ccalvarin1cbe62a2017-08-14 21:09:07 +0200122
123http_archive(
124 name = "com_googlesource_code_re2",
125 urls = [
126 "https://github.com/google/re2/archive/2017-08-01.tar.gz",
127 ],
128 strip_prefix = "re2-2017-08-01",
129 sha256 = "938723dc197125392698c5fcf41acb74877866ff140b81fd50b7314bf26f1636",
130)