File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11tools :
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
You can’t perform that action at this time.
0 commit comments