|
5 | 5 | java = use_extension("//private/extensions:java.bzl", "java") |
6 | 6 | java.archive( |
7 | 7 | name = "temurin21_jre_amd64", |
8 | | - architecture = "amd64", |
9 | | - plain_version = "21.0.8", |
10 | 8 | sha256 = "968c283e104059dae86ea1d670672a80170f27a39529d815843ec9c1f0fa2a03", |
11 | 9 | strip_prefix = "jdk-21.0.8+9-jre", |
12 | 10 | urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9/OpenJDK21U-jre_x64_linux_hotspot_21.0.8_9.tar.gz"], |
13 | 11 | version = "21.0.8+9", |
| 12 | + plain_version = "21.0.8", |
| 13 | + architecture = "amd64", |
14 | 14 | ) |
15 | 15 | java.archive( |
16 | 16 | name = "temurin21_jdk_amd64", |
17 | | - architecture = "amd64", |
18 | | - plain_version = "21.0.8", |
19 | 17 | sha256 = "f2dc5418092c43003db8f9005c4a286e1c0104fea96ccdd49e8ebd037cac9219", |
20 | 18 | strip_prefix = "jdk-21.0.8+9", |
21 | 19 | urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9/OpenJDK21U-jdk_x64_linux_hotspot_21.0.8_9.tar.gz"], |
22 | 20 | version = "21.0.8+9", |
| 21 | + plain_version = "21.0.8", |
| 22 | + architecture = "amd64", |
23 | 23 | ) |
24 | 24 | java.archive( |
25 | 25 | name = "temurin21_jre_arm64", |
26 | | - architecture = "arm64", |
27 | | - plain_version = "21.0.8", |
28 | 26 | sha256 = "f54f6e2a907c4aef95ce6d7388474c6d5d87ae87899dd309561672bcfda9121e", |
29 | 27 | strip_prefix = "jdk-21.0.8+9-jre", |
30 | 28 | urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9/OpenJDK21U-jre_aarch64_linux_hotspot_21.0.8_9.tar.gz"], |
31 | 29 | version = "21.0.8+9", |
| 30 | + plain_version = "21.0.8", |
| 31 | + architecture = "arm64", |
32 | 32 | ) |
33 | 33 | java.archive( |
34 | 34 | name = "temurin21_jdk_arm64", |
35 | | - architecture = "arm64", |
36 | | - plain_version = "21.0.8", |
37 | 35 | sha256 = "e5c41a1ab0865ea5de9b4529bf8526005f1d4593090845387d14fe450ce39c33", |
38 | 36 | strip_prefix = "jdk-21.0.8+9", |
39 | 37 | urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9/OpenJDK21U-jdk_aarch64_linux_hotspot_21.0.8_9.tar.gz"], |
40 | 38 | version = "21.0.8+9", |
| 39 | + plain_version = "21.0.8", |
| 40 | + architecture = "arm64", |
41 | 41 | ) |
42 | 42 | java.archive( |
43 | 43 | name = "temurin21_jre_ppc64le", |
44 | | - architecture = "ppc64le", |
45 | | - plain_version = "21.0.8", |
46 | 44 | sha256 = "12c351c7a6906ca4ddd3f158cbd9ebf2733bab2dc432dc3f9d5685476b16b7bc", |
47 | 45 | strip_prefix = "jdk-21.0.8+9-jre", |
48 | 46 | urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9/OpenJDK21U-jre_ppc64le_linux_hotspot_21.0.8_9.tar.gz"], |
49 | 47 | version = "21.0.8+9", |
| 48 | + plain_version = "21.0.8", |
| 49 | + architecture = "ppc64le", |
50 | 50 | ) |
51 | 51 | java.archive( |
52 | 52 | name = "temurin21_jdk_ppc64le", |
53 | | - architecture = "ppc64le", |
54 | | - plain_version = "21.0.8", |
55 | 53 | sha256 = "a24e869b8e563fd7b9f7776f6686ca5d737c8d1c3c33c9b72836935709b44a34", |
56 | 54 | strip_prefix = "jdk-21.0.8+9", |
57 | 55 | urls = ["https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.8%2B9/OpenJDK21U-jdk_ppc64le_linux_hotspot_21.0.8_9.tar.gz"], |
58 | 56 | version = "21.0.8+9", |
| 57 | + plain_version = "21.0.8", |
| 58 | + architecture = "ppc64le", |
59 | 59 | ) |
60 | 60 | use_repo(java, "java_versions", "temurin21_jdk_amd64", "temurin21_jdk_arm64", "temurin21_jdk_ppc64le", "temurin21_jre_amd64", "temurin21_jre_arm64", "temurin21_jre_ppc64le") |
0 commit comments