Skip to content

Commit 68e92b4

Browse files
buchgrCopybara-Service
authored and
Copybara-Service
committed
openjdk: update macOS openjdk image. Fixes bazelbuild#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 bazelbuild#5532. The image was created by https://buildkite.com/bazel/build-embedded-jdk/builds/23 RELNOTES: None PiperOrigin-RevId: 203797576
1 parent e45e92e commit 68e92b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ http_file(
125125

126126
http_file(
127127
name = "openjdk_macos",
128-
sha256 = "7a1e769a433948b3d1215911730c17fc2f2710348df18aa966b38c39e4cfe444",
128+
sha256 = "404e7058ff91f956612f47705efbee8e175a38b505fb1b52d8c1ea98718683de",
129129
urls = [
130-
"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",
130+
"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",
131131
],
132132
)
133133

0 commit comments

Comments
 (0)