aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar buchgr <buchgr@google.com>2018-07-09 11:18:42 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-09 11:20:20 -0700
commit68e92b45a37f2142c768a56eb7ecfa484b8b22df (patch)
tree73431351ad035c6d368b7a0c7be93d1f04ab81e4 /WORKSPACE
parente45e92e34854e5d56dd42e15ec4ebe8687d897c3 (diff)
openjdk: update macOS openjdk image. Fixes #5532
I missed the java.instrument module when building the smaller openjdk. I have updated the jdk to include this module. This was the cause for #5532. The image was created by https://buildkite.com/bazel/build-embedded-jdk/builds/23 RELNOTES: None PiperOrigin-RevId: 203797576
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 6ac9c6faa7..74a3c4e5c3 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -125,9 +125,9 @@ http_file(
http_file(
name = "openjdk_macos",
- sha256 = "7a1e769a433948b3d1215911730c17fc2f2710348df18aa966b38c39e4cfe444",
+ sha256 = "404e7058ff91f956612f47705efbee8e175a38b505fb1b52d8c1ea98718683de",
urls = [
- "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",
+ "https://mirror.bazel.build/openjdk/azul-zulu-9.0.7.1-jdk9.0.7/zulu9.0.7.1-jdk9.0.7-macosx_x64-allmodules-2.tar.gz",
],
)