@@ -7,9 +7,9 @@ local jdks = {
7
7
jdkLatest:: graal_common.labsjdkLatest,
8
8
};
9
9
10
- local extra_java_homes = {
10
+ local tools_java_home = {
11
11
downloads+: {
12
- EXTRA_JAVA_HOMES : graal_common.jdks_data['oraclejdk21' ],
12
+ TOOLS_JAVA_HOME : graal_common.jdks_data['oraclejdk21' ],
13
13
},
14
14
};
15
15
@@ -21,21 +21,18 @@ jdks + wasm_common +
21
21
22
22
local _builds = [
23
23
# Gates.
24
- $.jdk21 + $.linux_amd64 + $.gate + $.gate_graalwasm_style + {name: 'gate-graalwasm-style-fullbuild' + self .name_suffix},
25
- $.jdkLatest + $.linux_amd64 + $.gate + $.gate_graalwasm_style + extra_java_homes + {name: 'gate-graalwasm-style-fullbuild' + self .name_suffix},
26
-
27
- $.jdk21 + $.linux_amd64 + $.gate + $.gate_graalwasm_full + {environment+: {GATE_TAGS: 'build,wasmtest' }} + {name: 'gate-graalwasm-unittest' + self .name_suffix},
24
+ $.jdkLatest + $.linux_amd64 + $.gate + $.gate_graalwasm_style + tools_java_home + {name: 'gate-graalwasm-style-fullbuild' + self .name_suffix},
28
25
] + [
29
26
$.jdkLatest + platform + $.gate + $.gate_graalwasm_full + {environment+: {GATE_TAGS: 'build,wasmtest' }} + {name: 'gate-graalwasm-unittest' + self .name_suffix}
30
27
for platform in [$.linux_amd64, $.linux_aarch64, $.windows_amd64, $.darwin_aarch64]
31
28
] + [
32
29
$.jdkLatest + $.linux_amd64 + $.gate + $.gate_graalwasm_emsdk_full + {environment+: {GATE_TAGS: 'buildall,wasmextratest' }} + {name: 'gate-graalwasm-extra-unittest' + self .name_suffix},
33
30
$.jdkLatest + $.linux_amd64 + $.gate + $.gate_graalwasm_emsdk_full + {environment+: {GATE_TAGS: 'buildall,wasmbenchtest' }} + {name: 'gate-graalwasm-benchtest' + self .name_suffix},
34
31
35
- $.jdk21 + $.linux_amd64 + $.weekly + $.gate_graalwasm_coverage + {name: 'weekly-graalwasm-coverage' + self .name_suffix},
32
+ $.jdkLatest + $.linux_amd64 + $.weekly + $.gate_graalwasm_coverage + tools_java_home + {name: 'weekly-graalwasm-coverage' + self .name_suffix},
36
33
37
34
# Benchmark jobs.
38
- $.jdk21 + $.linux_amd64 + $.bench_daily + $.bench_graalwasm_emsdk_full + {
35
+ $.jdkLatest + $.linux_amd64 + $.bench_daily + $.bench_graalwasm_emsdk_full + {
39
36
name: 'bench-graalwasm-c-micro' + self .name_suffix,
40
37
environment+: {
41
38
BENCH_RUNNER: 'run-c-micro-benchmarks' ,
0 commit comments