blob: 980840baca18e6b68a44be6df4ec8e4a06527331 [file] [log] [blame]
Kristina Chodorow93fbc3e2016-04-27 17:03:28 +00001workspace(name = "io_bazel")
philwo75edd782019-01-29 05:02:44 -08002
Klaus Aehliga55714c2018-10-23 02:16:02 -07003load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
Kristina Chodorow93fbc3e2016-04-27 17:03:28 +00004
David Chenb78bbd52016-03-16 13:17:57 +00005# Protobuf expects an //external:python_headers label which would contain the
6# Python headers if fast Python protos is enabled. Since we are not using fast
7# Python protos, bind python_headers to a dummy target.
8bind(
9 name = "python_headers",
10 actual = "//:dummy",
11)
12
Alpha Lama1a79cb2016-05-15 19:13:52 +000013# Protobuf code generation for GRPC requires three external labels:
14# //external:grpc-java_plugin
15# //external:grpc-jar
16# //external:guava
17bind(
18 name = "grpc-java-plugin",
19 actual = "//third_party/grpc:grpc-java-plugin",
20)
21
22bind(
23 name = "grpc-jar",
24 actual = "//third_party/grpc:grpc-jar",
25)
26
27bind(
28 name = "guava",
29 actual = "//third_party:guava",
30)
31
Jakob Buchgraber6e12e652017-05-02 11:53:15 +020032# Used by //third_party/protobuf:protobuf_python
33bind(
34 name = "six",
35 actual = "//third_party/py/six",
36)
37
Googler5b90b162017-08-31 16:29:34 +020038http_archive(
39 name = "bazel_j2objc",
Laszlo Csomor0f3f7882018-03-13 06:56:12 -070040 # Computed using "shasum -a 256 j2objc-2.0.3.zip"
41 sha256 = "a36bac432d0dbd8c98249e484b2b69dd5720afa4abb58711a3c3def1c0bfa21d",
Googler5b90b162017-08-31 16:29:34 +020042 strip_prefix = "j2objc-2.0.3",
cushonb6646232018-09-07 01:44:10 -070043 url = "https://github.com/google/j2objc/releases/download/2.0.3/j2objc-2.0.3.zip",
Googler5b90b162017-08-31 16:29:34 +020044)
45
Damien Martin-Guillerez0baff0f2017-08-22 17:40:37 +020046# For src/test/shell/bazel:test_srcs
47load("//src/test/shell/bazel:list_source_repository.bzl", "list_source_repository")
cushonb6646232018-09-07 01:44:10 -070048
Damien Martin-Guillerez0baff0f2017-08-22 17:40:37 +020049list_source_repository(name = "local_bazel_source_list")
50
Adam Michael9b7330f2017-03-23 18:40:51 +000051# To run the Android integration tests in //src/test/shell/bazel/android:all or
52# build the Android sample app in //examples/android/java/bazel:hello_world
53#
54# 1. Install an Android SDK and NDK from https://developer.android.com
55# 2. Set the $ANDROID_HOME and $ANDROID_NDK_HOME environment variables
56# 3. Uncomment the two lines below
57#
58# android_sdk_repository(name = "androidsdk")
59# android_ndk_repository(name = "androidndk")
Cal Peyser2152bc12016-04-22 17:08:59 +000060
Adam Michael8a136d82016-11-16 23:04:46 +000061# In order to run //src/test/shell/bazel:maven_skylark_test, follow the
62# instructions above for the Android integration tests and uncomment the
63# following lines:
64# load("//tools/build_defs/repo:maven_rules.bzl", "maven_dependency_plugin")
65# maven_dependency_plugin()
66
Cal Peyser2152bc12016-04-22 17:08:59 +000067# This allows rules written in skylark to locate apple build tools.
philwo915fa8f2017-05-09 12:17:12 -040068bind(
69 name = "xcrunwrapper",
70 actual = "@bazel_tools//tools/objc:xcrunwrapper",
71)
Carmi Grushkobfaff292016-08-17 18:37:55 +000072
Jakob Buchgraber8ff0d0d2017-04-14 21:16:19 +020073new_local_repository(
Carmi Grushko0fd73d62017-02-17 06:49:40 +000074 name = "com_google_protobuf",
hlopkoead10022018-09-05 05:37:23 -070075 build_file = "./third_party/protobuf/3.6.1/BUILD",
76 path = "./third_party/protobuf/3.6.1/",
Carmi Grushko0fd73d62017-02-17 06:49:40 +000077)
78
John Cater2f838922018-11-12 08:19:03 -080079local_repository(
Jakob Buchgraber166f28c2017-05-30 16:41:18 +020080 name = "googleapis",
cushonb6646232018-09-07 01:44:10 -070081 path = "./third_party/googleapis/",
Jakob Buchgraber166f28c2017-05-30 16:41:18 +020082)
83
John Cater2f838922018-11-12 08:19:03 -080084local_repository(
Ola Rozenfeld930119a2018-08-10 11:04:44 -070085 name = "remoteapis",
cushonb6646232018-09-07 01:44:10 -070086 path = "./third_party/remoteapis/",
Ola Rozenfeld930119a2018-08-10 11:04:44 -070087)
88
kmbbfd89d62018-04-11 14:26:56 -070089http_archive(
90 name = "desugar_jdk_libs",
Klaus Aehligd4a8a472018-12-06 07:34:02 -080091 # Commit e0b0291b2c51fbe5a7cfa14473a1ae850f94f021 of 2018-12-4
kmbbfd89d62018-04-11 14:26:56 -070092 # Computed using "shasum -a 256 <zip>"
kmba9641252018-12-05 13:17:58 -080093 sha256 = "fe2e04f91ce8c59d49d91b8102edc6627c6fa2906c1b0e7346f01419ec4f419d",
94 strip_prefix = "desugar_jdk_libs-e0b0291b2c51fbe5a7cfa14473a1ae850f94f021",
philwof443d092019-01-08 11:11:09 -080095 urls = [
philwo75edd782019-01-29 05:02:44 -080096 "https://mirror.bazel.build/github.com/google/desugar_jdk_libs/archive/e0b0291b2c51fbe5a7cfa14473a1ae850f94f021.zip",
97 "https://github.com/google/desugar_jdk_libs/archive/e0b0291b2c51fbe5a7cfa14473a1ae850f94f021.zip",
98 ],
kmbbfd89d62018-04-11 14:26:56 -070099)
100
Klaus Aehlig3c9cd822018-05-24 03:35:42 -0700101load("//:distdir.bzl", "distdir_tar")
cushonb6646232018-09-07 01:44:10 -0700102
Klaus Aehlig3c9cd822018-05-24 03:35:42 -0700103distdir_tar(
104 name = "additional_distfiles",
Klaus Aehligdbe05df2018-12-06 06:00:49 -0800105 # Keep in sync with the archives fetched as part of building bazel
cparsons871cd6f2018-08-16 09:10:38 -0700106 archives = [
Klaus Aehligd4a8a472018-12-06 07:34:02 -0800107 "e0b0291b2c51fbe5a7cfa14473a1ae850f94f021.zip",
Klaus Aehligdbe05df2018-12-06 06:00:49 -0800108 "f83cb8dd6f5658bc574ccd873e25197055265d1c.tar.gz",
iirinac33ae8a2019-02-21 04:35:39 -0800109 "java_tools_pkg-0.4.tar.gz",
cparsons871cd6f2018-08-16 09:10:38 -0700110 ],
cushonb6646232018-09-07 01:44:10 -0700111 dirname = "derived/distdir",
Klaus Aehlig3c9cd822018-05-24 03:35:42 -0700112 sha256 = {
Klaus Aehligd4a8a472018-12-06 07:34:02 -0800113 "e0b0291b2c51fbe5a7cfa14473a1ae850f94f021.zip": "fe2e04f91ce8c59d49d91b8102edc6627c6fa2906c1b0e7346f01419ec4f419d",
Klaus Aehligdbe05df2018-12-06 06:00:49 -0800114 "f83cb8dd6f5658bc574ccd873e25197055265d1c.tar.gz": "ba5d15ca230efca96320085d8e4d58da826d1f81b444ef8afccd8b23e0799b52",
iirinac33ae8a2019-02-21 04:35:39 -0800115 "java_tools_pkg-0.4.tar.gz": "9e36d7604a8946755452ac573b5e2bb7b3a9c14d35e15954d75df9d3e5956660",
cushonb6646232018-09-07 01:44:10 -0700116 },
117 urls = {
Klaus Aehligd4a8a472018-12-06 07:34:02 -0800118 "e0b0291b2c51fbe5a7cfa14473a1ae850f94f021.zip": ["https://github.com/google/desugar_jdk_libs/archive/e0b0291b2c51fbe5a7cfa14473a1ae850f94f021.zip"],
Klaus Aehligdbe05df2018-12-06 06:00:49 -0800119 "f83cb8dd6f5658bc574ccd873e25197055265d1c.tar.gz": ["https://github.com/bazelbuild/bazel-skylib/archive/f83cb8dd6f5658bc574ccd873e25197055265d1c.tar.gz"],
iirinac33ae8a2019-02-21 04:35:39 -0800120 "java_tools_pkg-0.4.tar.gz": ["https://mirror.bazel.build/bazel_java_tools/java_tools_pkg-0.4.tar.gz"],
cushonb6646232018-09-07 01:44:10 -0700121 },
Klaus Aehlig3c9cd822018-05-24 03:35:42 -0700122)
123
Philipp Wollermann95048272017-03-17 15:11:58 +0000124# OpenJDK distributions used to create a version of Bazel bundled with the OpenJDK.
125http_file(
126 name = "openjdk_linux",
philwo75edd782019-01-29 05:02:44 -0800127 downloaded_file_path = "zulu-linux.tar.gz",
Tobias Werth8db50b62019-02-03 15:09:17 -0800128 sha256 = "460d8a4f0c0204160b48086e341b22943c9cca471b195340e75b38ae9eb33c1c",
philwo915fa8f2017-05-09 12:17:12 -0400129 urls = [
Tobias Werth8db50b62019-02-03 15:09:17 -0800130 "https://mirror.bazel.build/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-linux_x64-allmodules-90755145cb6e6418584d8603cd5fa9afbb30aecc-1549209950.tar.gz",
philwo915fa8f2017-05-09 12:17:12 -0400131 ],
Philipp Wollermann95048272017-03-17 15:11:58 +0000132)
133
Tobias Werth218e8f62018-12-13 04:44:35 -0800134http_file(
135 name = "openjdk_linux_vanilla",
philwo75edd782019-01-29 05:02:44 -0800136 downloaded_file_path = "zulu-linux-vanilla.tar.gz",
Tobias Werth00680552019-02-03 02:17:41 -0800137 sha256 = "f3f44b6235508e87b760bf37a49e186cc1fa4e9cd28384c4dbf5a33991921e08",
Tobias Werth218e8f62018-12-13 04:44:35 -0800138 urls = [
Tobias Werth00680552019-02-03 02:17:41 -0800139 "https://mirror.bazel.build/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-linux_x64.tar.gz",
Tobias Werth218e8f62018-12-13 04:44:35 -0800140 ],
Tobias Werth218e8f62018-12-13 04:44:35 -0800141)
142
Tobias Werthfbf8fb92019-01-09 11:22:11 -0800143http_file(
144 name = "openjdk_linux_minimal",
philwo75edd782019-01-29 05:02:44 -0800145 downloaded_file_path = "zulu-linux-minimal.tar.gz",
Tobias Werth8db50b62019-02-03 15:09:17 -0800146 sha256 = "241cab34b1dc91afe39cad4173331e45bfaf3267dfb3db306a50fa68a988ed3f",
Tobias Werthfbf8fb92019-01-09 11:22:11 -0800147 urls = [
iirinac33ae8a2019-02-21 04:35:39 -0800148 "https://mirror.bazel.build/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-linux_x64-minimal-90755145cb6e6418584d8603cd5fa9afbb30aecc-1549209948.tar.gz",
Tobias Werthfbf8fb92019-01-09 11:22:11 -0800149 ],
Tobias Werthfbf8fb92019-01-09 11:22:11 -0800150)
151
philwo54c25722018-10-02 05:41:00 -0700152# Used by CI to test Bazel on platforms without an installed system JDK.
153# TODO(twerth): Migrate to @remotejdk when https://github.com/bazelbuild/bazel/pull/6216 is merged.
Klaus Aehliga55714c2018-10-23 02:16:02 -0700154http_archive(
philwo54c25722018-10-02 05:41:00 -0700155 name = "openjdk_linux_archive",
philwo75edd782019-01-29 05:02:44 -0800156 build_file_content = "java_runtime(name = 'runtime', srcs = glob(['**']), visibility = ['//visibility:public'])",
philwo54c25722018-10-02 05:41:00 -0700157 sha256 = "f27cb933de4f9e7fe9a703486cf44c84bc8e9f138be0c270c9e5716a32367e87",
philwo75edd782019-01-29 05:02:44 -0800158 strip_prefix = "zulu9.0.7.1-jdk9.0.7-linux_x64-allmodules",
philwo54c25722018-10-02 05:41:00 -0700159 urls = [
160 "https://mirror.bazel.build/openjdk/azul-zulu-9.0.7.1-jdk9.0.7/zulu9.0.7.1-jdk9.0.7-linux_x64-allmodules.tar.gz",
161 ],
philwo54c25722018-10-02 05:41:00 -0700162)
163
Philipp Wollermann95048272017-03-17 15:11:58 +0000164http_file(
165 name = "openjdk_macos",
philwo75edd782019-01-29 05:02:44 -0800166 downloaded_file_path = "zulu-macos.tar.gz",
Tobias Werth8db50b62019-02-03 15:09:17 -0800167 sha256 = "8fa61d85ca6f657d646fdb50cfc8634987f8f7d8a3250ed39fb7364647633252",
philwo915fa8f2017-05-09 12:17:12 -0400168 urls = [
Tobias Werth8db50b62019-02-03 15:09:17 -0800169 "https://mirror.bazel.build/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-macosx_x64-allmodules-90755145cb6e6418584d8603cd5fa9afbb30aecc-1549209951.tar.gz",
philwo915fa8f2017-05-09 12:17:12 -0400170 ],
Philipp Wollermann95048272017-03-17 15:11:58 +0000171)
172
173http_file(
Tobias Werth218e8f62018-12-13 04:44:35 -0800174 name = "openjdk_macos_vanilla",
philwo75edd782019-01-29 05:02:44 -0800175 downloaded_file_path = "zulu-macos-vanilla.tar.gz",
Tobias Werth00680552019-02-03 02:17:41 -0800176 sha256 = "059f8e3484bf07b63a8f2820d5f528f473eff1befdb1896ee4f8ff06be3b8d8f",
Tobias Werth218e8f62018-12-13 04:44:35 -0800177 urls = [
Tobias Werth00680552019-02-03 02:17:41 -0800178 "https://mirror.bazel.build/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-macosx_x64.zip",
Tobias Werth218e8f62018-12-13 04:44:35 -0800179 ],
Tobias Werth218e8f62018-12-13 04:44:35 -0800180)
181
182http_file(
Tobias Werthfbf8fb92019-01-09 11:22:11 -0800183 name = "openjdk_macos_minimal",
philwo75edd782019-01-29 05:02:44 -0800184 downloaded_file_path = "zulu-macos-minimal.tar.gz",
Tobias Werth8db50b62019-02-03 15:09:17 -0800185 sha256 = "652ed5d12b1a68b20ba717ddd1acc1b09837ca95110f96924f1202f133027b7e",
Tobias Werthfbf8fb92019-01-09 11:22:11 -0800186 urls = [
Tobias Werth8db50b62019-02-03 15:09:17 -0800187 "https://mirror.bazel.build/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-macosx_x64-minimal-90755145cb6e6418584d8603cd5fa9afbb30aecc-1549209947.tar.gz",
Tobias Werthfbf8fb92019-01-09 11:22:11 -0800188 ],
Tobias Werthfbf8fb92019-01-09 11:22:11 -0800189)
190
191http_file(
Philipp Wollermann95048272017-03-17 15:11:58 +0000192 name = "openjdk_win",
philwo75edd782019-01-29 05:02:44 -0800193 downloaded_file_path = "zulu-win.zip",
Tobias Werth8db50b62019-02-03 15:09:17 -0800194 sha256 = "e6ddb361309f8e84eb5fb5ad8b0f5cc031ba3679910139262c31efd8f7579d05",
philwo915fa8f2017-05-09 12:17:12 -0400195 urls = [
Tobias Werth8db50b62019-02-03 15:09:17 -0800196 "https://mirror.bazel.build/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-win_x64-allmodules-90755145cb6e6418584d8603cd5fa9afbb30aecc-1549209972.zip",
philwo915fa8f2017-05-09 12:17:12 -0400197 ],
Philipp Wollermann95048272017-03-17 15:11:58 +0000198)
Googler5f36bf82017-07-12 20:43:08 +0200199
Tobias Werth218e8f62018-12-13 04:44:35 -0800200http_file(
201 name = "openjdk_win_vanilla",
philwo75edd782019-01-29 05:02:44 -0800202 downloaded_file_path = "zulu-win-vanilla.zip",
Tobias Werth00680552019-02-03 02:17:41 -0800203 sha256 = "e1f5b4ce1b9148140fae2fcfb8a96d1c9b7eac5b8df0e13fbcad9b8561284880",
Tobias Werth218e8f62018-12-13 04:44:35 -0800204 urls = [
Tobias Werth00680552019-02-03 02:17:41 -0800205 "https://mirror.bazel.build/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-win_x64.zip",
Tobias Werth218e8f62018-12-13 04:44:35 -0800206 ],
Tobias Werth218e8f62018-12-13 04:44:35 -0800207)
208
Tobias Werthfbf8fb92019-01-09 11:22:11 -0800209http_file(
210 name = "openjdk_win_minimal",
philwo75edd782019-01-29 05:02:44 -0800211 downloaded_file_path = "zulu-win-minimal.zip",
Tobias Werth8db50b62019-02-03 15:09:17 -0800212 sha256 = "00779c42fa1d1eee4e1eb7983327428087857ad5ee94f02581924eb47f368e50",
Tobias Werthfbf8fb92019-01-09 11:22:11 -0800213 urls = [
Tobias Werth8db50b62019-02-03 15:09:17 -0800214 "https://mirror.bazel.build/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-win_x64-minimal-90755145cb6e6418584d8603cd5fa9afbb30aecc-1549209972.zip",
Tobias Werthfbf8fb92019-01-09 11:22:11 -0800215 ],
Tobias Werthfbf8fb92019-01-09 11:22:11 -0800216)
217
Arielle Albonfa7e49f2018-07-31 00:57:54 -0700218# The source-code for this OpenJDK can be found at:
lberki7eb9ea12018-09-07 04:01:48 -0700219# https://openjdk.linaro.org/releases/jdk9-src-1708.tar.xz
Arielle Albonfa7e49f2018-07-31 00:57:54 -0700220http_file(
221 name = "openjdk_linux_aarch64",
lberki7eb9ea12018-09-07 04:01:48 -0700222 sha256 = "72e7843902b0395e2d30e1e9ad2a5f05f36a4bc62529828bcbc698d54aec6022",
Arielle Albonfa7e49f2018-07-31 00:57:54 -0700223 urls = [
224 # When you update this, also update the link to the source-code above.
philwo6ebc71f2018-10-23 11:57:09 -0700225 "https://mirror.bazel.build/openjdk.linaro.org/releases/jdk9-server-release-1708.tar.xz",
lberki7eb9ea12018-09-07 04:01:48 -0700226 "http://openjdk.linaro.org/releases/jdk9-server-release-1708.tar.xz",
Arielle Albonfa7e49f2018-07-31 00:57:54 -0700227 ],
228)
229
Googler5f36bf82017-07-12 20:43:08 +0200230http_archive(
philwob495eaf2018-08-28 04:00:46 -0700231 name = "bazel_toolchains",
philwo7de30c12019-02-05 05:48:41 -0800232 sha256 = "109a99384f9d08f9e75136d218ebaebc68cc810c56897aea2224c57932052d30",
233 strip_prefix = "bazel-toolchains-94d31935a2c94fe7e7c7379a0f3393e181928ff7",
philwob495eaf2018-08-28 04:00:46 -0700234 urls = [
philwo7de30c12019-02-05 05:48:41 -0800235 "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/94d31935a2c94fe7e7c7379a0f3393e181928ff7.tar.gz",
236 "https://github.com/bazelbuild/bazel-toolchains/archive/94d31935a2c94fe7e7c7379a0f3393e181928ff7.tar.gz",
philwob495eaf2018-08-28 04:00:46 -0700237 ],
Googler5f36bf82017-07-12 20:43:08 +0200238)
ccalvarin1cbe62a2017-08-14 21:09:07 +0200239
ccalvarin73839762018-03-23 15:35:00 -0700240# We're pinning to a commit because this project does not have a recent release.
241# Nothing special about this commit, though.
ccalvarin8e9f4a82018-03-23 08:19:37 -0700242http_archive(
243 name = "com_google_googletest",
Loo Rong Jiee94aa222018-10-15 01:27:08 -0700244 sha256 = "0fb00ff413f6b9b80ccee44a374ca7a18af7315aea72a43c62f2acd1ca74e9b5",
245 strip_prefix = "googletest-f13bbe2992d188e834339abe6f715b2b2f840a77",
ccalvarin8e9f4a82018-03-23 08:19:37 -0700246 urls = [
Loo Rong Jiee94aa222018-10-15 01:27:08 -0700247 "https://github.com/google/googletest/archive/f13bbe2992d188e834339abe6f715b2b2f840a77.tar.gz",
ccalvarin8e9f4a82018-03-23 08:19:37 -0700248 ],
ccalvarin8e9f4a82018-03-23 08:19:37 -0700249)
250
cparsons871cd6f2018-08-16 09:10:38 -0700251http_archive(
252 name = "bazel_skylib",
Klaus Aehligdbe05df2018-12-06 06:00:49 -0800253 # Commit f83cb8dd6f5658bc574ccd873e25197055265d1c of 2018-11-26
cparsons48b672c2018-11-29 15:01:32 -0800254 sha256 = "ba5d15ca230efca96320085d8e4d58da826d1f81b444ef8afccd8b23e0799b52",
255 strip_prefix = "bazel-skylib-f83cb8dd6f5658bc574ccd873e25197055265d1c",
cparsons871cd6f2018-08-16 09:10:38 -0700256 urls = [
cparsons48b672c2018-11-29 15:01:32 -0800257 "https://github.com/bazelbuild/bazel-skylib/archive/f83cb8dd6f5658bc574ccd873e25197055265d1c.tar.gz",
cparsons871cd6f2018-08-16 09:10:38 -0700258 ],
cparsons871cd6f2018-08-16 09:10:38 -0700259)
cparsonsa5be6612018-08-27 13:21:21 -0700260
261http_archive(
262 name = "skydoc",
cparsons48b672c2018-11-29 15:01:32 -0800263 sha256 = "4db9fc4f5f69c220816c6d0b16e9956e7da2be8c85e83793661c0f4723e88d81",
264 strip_prefix = "skydoc-7a08959b9d00c9ba592c1a1db145dffcf6c0b6bf",
cparsonsa5be6612018-08-27 13:21:21 -0700265 urls = [
cparsons48b672c2018-11-29 15:01:32 -0800266 "https://github.com/bazelbuild/skydoc/archive/7a08959b9d00c9ba592c1a1db145dffcf6c0b6bf.tar.gz",
cparsonsa5be6612018-08-27 13:21:21 -0700267 ],
cparsonsa5be6612018-08-27 13:21:21 -0700268)
Klaus Aehligacafe5a2018-10-24 03:16:42 -0700269
270# For testing, have an distdir_tar with all the archives implicit in every
271# WORKSPACE, to that they don't have to be refetched for every test
272# calling `bazel sync`.
273distdir_tar(
philwo75edd782019-01-29 05:02:44 -0800274 name = "jdk_WORKSPACE_files",
275 archives = [
276 "zulu9.0.7.1-jdk9.0.7-linux_x64-allmodules.tar.gz",
277 "zulu9.0.7.1-jdk9.0.7-macosx_x64-allmodules.tar.gz",
278 "zulu9.0.7.1-jdk9.0.7-win_x64-allmodules.zip",
279 "jdk9-server-release-1708.tar.xz",
280 "zulu10.2+3-jdk10.0.1-linux_x64-allmodules.tar.gz",
281 "zulu10.2+3-jdk10.0.1-macosx_x64-allmodules.tar.gz",
282 "zulu10.2+3-jdk10.0.1-win_x64-allmodules.zip",
283 "jdk10-server-release-1804.tar.xz",
iirina38da4ab2019-02-18 04:23:36 -0800284 "java_tools_pkg-0.4.tar.gz",
philwo75edd782019-01-29 05:02:44 -0800285 "zulu11.2.3-jdk11.0.1-linux_x64.tar.gz",
286 "zulu11.2.3-jdk11.0.1-macosx_x64.tar.gz",
287 "zulu11.2.3-jdk11.0.1-win_x64.zip",
Tobias Werth00680552019-02-03 02:17:41 -0800288 "zulu11.29.3-ca-jdk11.0.2-linux_x64.tar.gz",
289 "zulu11.29.3-ca-jdk11.0.2-macosx_x64.zip",
290 "zulu11.29.3-ca-jdk11.0.2-win_x64.zip",
philwo75edd782019-01-29 05:02:44 -0800291 ],
292 dirname = "jdk_WORKSPACE/distdir",
293 sha256 = {
294 "zulu9.0.7.1-jdk9.0.7-linux_x64-allmodules.tar.gz": "f27cb933de4f9e7fe9a703486cf44c84bc8e9f138be0c270c9e5716a32367e87",
295 "zulu9.0.7.1-jdk9.0.7-macosx_x64-allmodules.tar.gz": "404e7058ff91f956612f47705efbee8e175a38b505fb1b52d8c1ea98718683de",
296 "zulu9.0.7.1-jdk9.0.7-win_x64-allmodules.zip": "e738829017f107e7a7cd5069db979398ec3c3f03ef56122f89ba38e7374f63ed",
297 "jdk9-server-release-1708.tar.xz": "72e7843902b0395e2d30e1e9ad2a5f05f36a4bc62529828bcbc698d54aec6022",
298 "zulu10.2+3-jdk10.0.1-linux_x64-allmodules.tar.gz": "57fad3602e74c79587901d6966d3b54ef32cb811829a2552163185d5064fe9b5",
299 "zulu10.2+3-jdk10.0.1-macosx_x64-allmodules.tar.gz": "e669c9a897413d855b550b4e39d79614392e6fb96f494e8ef99a34297d9d85d3",
300 "zulu10.2+3-jdk10.0.1-win_x64-allmodules.zip": "c39e7700a8d41794d60985df5a20352435196e78ecbc6a2b30df7be8637bffd5",
301 "jdk10-server-release-1804.tar.xz": "b7098b7aaf6ee1ffd4a2d0371a0be26c5a5c87f6aebbe46fe9a92c90583a84be",
iirina38da4ab2019-02-18 04:23:36 -0800302 "java_tools_pkg-0.4.tar.gz": "9e36d7604a8946755452ac573b5e2bb7b3a9c14d35e15954d75df9d3e5956660",
philwo75edd782019-01-29 05:02:44 -0800303 "zulu11.2.3-jdk11.0.1-linux_x64.tar.gz": "232b1c3511f0d26e92582b7c3cc363be7ac633e371854ca2f2e9f2b50eb72a75",
304 "zulu11.2.3-jdk11.0.1-macosx_x64.tar.gz": "1edf366ee821e5db8e348152fcb337b28dfd6bf0f97943c270dcc6747cedb6cb",
305 "zulu11.2.3-jdk11.0.1-win_x64.zip": "8e1e2b8347de6746f3fd1538840dd643201533ab113abc4ed93678e342d28aa3",
Tobias Werth00680552019-02-03 02:17:41 -0800306 "zulu11.29.3-ca-jdk11.0.2-linux_x64.tar.gz": "f3f44b6235508e87b760bf37a49e186cc1fa4e9cd28384c4dbf5a33991921e08",
307 "zulu11.29.3-ca-jdk11.0.2-macosx_x64.zip": "059f8e3484bf07b63a8f2820d5f528f473eff1befdb1896ee4f8ff06be3b8d8f",
308 "zulu11.29.3-ca-jdk11.0.2-win_x64.zip": "e1f5b4ce1b9148140fae2fcfb8a96d1c9b7eac5b8df0e13fbcad9b8561284880",
philwo75edd782019-01-29 05:02:44 -0800309 },
310 urls = {
311 "zulu9.0.7.1-jdk9.0.7-linux_x64-allmodules.tar.gz": ["https://mirror.bazel.build/openjdk/azul-zulu-9.0.7.1-jdk9.0.7/zulu9.0.7.1-jdk9.0.7-linux_x64-allmodules.tar.gz"],
312 "zulu9.0.7.1-jdk9.0.7-macosx_x64-allmodules.tar.gz": ["https://mirror.bazel.build/openjdk/azul-zulu-9.0.7.1-jdk9.0.7/zulu9.0.7.1-jdk9.0.7-macosx_x64-allmodules.tar.gz"],
313 "zulu9.0.7.1-jdk9.0.7-win_x64-allmodules.zip": ["https://mirror.bazel.build/openjdk/azul-zulu-9.0.7.1-jdk9.0.7/zulu9.0.7.1-jdk9.0.7-win_x64-allmodules.zip"],
314 "jdk9-server-release-1708.tar.xz": ["https://mirror.bazel.build/openjdk.linaro.org/releases/jdk9-server-release-1708.tar.xz"],
315 "zulu10.2+3-jdk10.0.1-linux_x64-allmodules.tar.gz": ["https://mirror.bazel.build/openjdk/azul-zulu10.2+3-jdk10.0.1/zulu10.2+3-jdk10.0.1-linux_x64-allmodules.tar.gz"],
316 "zulu10.2+3-jdk10.0.1-macosx_x64-allmodules.tar.gz": ["https://mirror.bazel.build/openjdk/azul-zulu10.2+3-jdk10.0.1/zulu10.2+3-jdk10.0.1-macosx_x64-allmodules.tar.gz"],
317 "zulu10.2+3-jdk10.0.1-win_x64-allmodules.zip": ["https://mirror.bazel.build/openjdk/azul-zulu10.2+3-jdk10.0.1/zulu10.2+3-jdk10.0.1-win_x64-allmodules.zip"],
318 "jdk10-server-release-1804.tar.xz": ["https://mirror.bazel.build/openjdk.linaro.org/releases/jdk10-server-release-1804.tar.xz"],
iirina38da4ab2019-02-18 04:23:36 -0800319 "java_tools_pkg-0.4.tar.gz": ["https://mirror.bazel.build/bazel_java_tools/java_tools_pkg-0.4.tar.gz"],
philwo75edd782019-01-29 05:02:44 -0800320 "zulu11.2.3-jdk11.0.1-linux_x64.tar.gz": ["https://mirror.bazel.build/openjdk/azul-zulu11.2.3-jdk11.0.1/zulu11.2.3-jdk11.0.1-linux_x64.tar.gz"],
321 "zulu11.2.3-jdk11.0.1-macosx_x64.tar.gz": ["https://mirror.bazel.build/openjdk/azul-zulu11.2.3-jdk11.0.1/zulu11.2.3-jdk11.0.1-macosx_x64.tar.gz"],
322 "zulu11.2.3-jdk11.0.1-win_x64.zip": ["https://mirror.bazel.build/openjdk/azul-zulu11.2.3-jdk11.0.1/zulu11.2.3-jdk11.0.1-win_x64.zip"],
Tobias Werth00680552019-02-03 02:17:41 -0800323 "zulu11.29.3-ca-jdk11.0.2-linux_x64.tar.gz": ["https://mirror.bazel.build/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-linux_x64.tar.gz"],
324 "zulu11.29.3-ca-jdk11.0.2-macosx_x64.zip": ["https://mirror.bazel.build/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-macosx_x64.zip"],
325 "zulu11.29.3-ca-jdk11.0.2-win_x64.zip": ["https://mirror.bazel.build/openjdk/azul-zulu11.29.3-ca-jdk11.0.2/zulu11.29.3-ca-jdk11.0.2-win_x64.zip"],
philwo75edd782019-01-29 05:02:44 -0800326 },
Klaus Aehligacafe5a2018-10-24 03:16:42 -0700327)
Jingwen Chen186bdcd2018-12-14 10:27:23 -0800328
329load("//scripts/docs:doc_versions.bzl", "DOC_VERSIONS")
330
331[http_file(
332 name = "jekyll_tree_%s" % DOC_VERSION["version"].replace(".", "_"),
333 sha256 = DOC_VERSION["sha256"],
334 urls = ["https://mirror.bazel.build/bazel_versioned_docs/jekyll-tree-%s.tar" % DOC_VERSION["version"]],
335) for DOC_VERSION in DOC_VERSIONS]