Skip to content

Commit d0ce97d

Browse files
committed
host-openjdk{,8}: Fix wrong architecture field
1 parent d5de0e3 commit d0ce97d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bootstrap.d/dev-java.y4.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
tools:
22
- name: host-openjdk
3-
architecture: 'x86_64'
3+
architecture: '@OPTION:arch@'
44
source:
55
subdir: 'ports'
66
url: 'https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.9%2B9/OpenJDK17U-jdk_x64_linux_hotspot_17.0.9_9.tar.gz'
77
format: 'tar.gz'
88
checksum: 'blake2b:0bf5a6583f27a2d961fc72de11154e2fc6ba6383ebaf58fb328ea7ef40994188d1aee6fbdef5784f5629f552d6942c43e29fa3f7b99af250e4179da9bd7fcbe4'
99
version: '17.0.9.9'
10+
revision: 1
1011
configure:
1112
- args: ['cp', '-r', '@THIS_SOURCE_DIR@/jdk-17.0.9+9', '@PREFIX@']
1213

1314
- name: host-openjdk8
14-
architecture: 'x86_64'
15+
architecture: '@OPTION:arch@'
1516
source:
1617
subdir: 'ports'
1718
url: 'https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u472-b08/OpenJDK8U-jdk_x64_linux_hotspot_8u472b08.tar.gz'
1819
format: 'tar.gz'
1920
checksum: 'blake2b:196942695228323e352c7e7d515f8e13511d83e467bf259d641a1138238f2a464da10127673ec7b55cbd26e61fc201541ec643d877d9c4283c8aace392fa1b4f'
2021
version: '8u472b08'
22+
revision: 1
2123
configure:
2224
- args: ['cp', '-r', '@THIS_SOURCE_DIR@/jdk8u472-b08', '@PREFIX@']
2325

0 commit comments

Comments
 (0)