Skip to content

Commit 1b5d658

Browse files
Bump Corretto toolchain to 11.0.23.9.1 (#32)
The most notable difference to the previous version is that zlib is no longer bundled, so the `java.base` module uses the zlib shared object from the loader's search path.
1 parent df5e492 commit 1b5d658

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

third_party/java/BUILD

+7-5
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@ subinclude("//build_defs:java")
22

33
package(default_visibility = ["PUBLIC"])
44

5+
_corretto_version = "11.0.23.9.1"
6+
57
java_toolchain(
68
name = "toolchain",
79
hashes = [
8-
"dbbf98ca93b44a0c81df5a3a4f2cebf467ec5c30e28c359e26615ffbed0b454f",
9-
"f1d2d566c189075c5e543076df61b452f830d8893bbc49b6fb2057070ff97818",
10+
"008fae961dfd0df99cbc888a0279561458fe830797646234efe7daed8e512040", # linux
11+
"da2bd4fd790efce6a75eb81180734806dc5dd6d050da02242d9f8017ccaafaa1", # macosx
1012
],
1113
jdk_url = {
12-
"linux": "https://corretto.aws/downloads/resources/11.0.8.10.1/amazon-corretto-11.0.8.10.1-linux-x64.tar.gz",
13-
"darwin": "https://corretto.aws/downloads/resources/11.0.8.10.1/amazon-corretto-11.0.8.10.1-macosx-x64.tar.gz",
14+
"linux": f"https://corretto.aws/downloads/resources/{_corretto_version}/amazon-corretto-{_corretto_version}-linux-x64.tar.gz",
15+
"darwin": f"https://corretto.aws/downloads/resources/{_corretto_version}/amazon-corretto-{_corretto_version}-macosx-x64.tar.gz",
1416
},
1517
)
1618

@@ -78,4 +80,4 @@ maven_jar(
7880
hash = "3863e27005740d4d1289bf87b113efea115e9a22408a7d623be8004991232bfe",
7981
id = "org.slf4j:slf4j-api:1.7.10",
8082
test_only = True,
81-
)
83+
)

0 commit comments

Comments
 (0)