@@ -199,7 +199,7 @@ local part_definitions = {
199
199
HOST_VM_CONFIG: "graal-enterprise" ,
200
200
},
201
201
},
202
- local svm = {
202
+ gdb_svm: {
203
203
downloads+: {
204
204
GDB: { name: "gdb" , version: "7.11.1" , platformspecific: true },
205
205
},
@@ -213,13 +213,13 @@ local part_definitions = {
213
213
environment+: {
214
214
HOST_VM_CONFIG: "graal-core" ,
215
215
},
216
- } + svm ,
216
+ },
217
217
native_ee: {
218
218
mx_env:: "native-ee" ,
219
219
environment+: {
220
220
HOST_VM_CONFIG: "graal-enterprise" ,
221
221
},
222
- } + svm ,
222
+ },
223
223
},
224
224
225
225
jdk: {
@@ -546,14 +546,14 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
546
546
"ruby-test-compiler-graal-enterprise-11" : $.platform.linux + $.jdk.v11 + $.env.jvm_ee + gate + $.use.truffleruby + $.run.test_compiler,
547
547
"ruby-test-compiler-graal-enterprise-17" : $.platform.linux + $.jdk.v17 + $.env.jvm_ee + gate + $.use.truffleruby + $.run.test_compiler,
548
548
549
- "ruby-test-svm-graal-core-linux-11" : $.platform.linux + $.jdk.v11 + $.env.native + gate + native_tests,
550
- "ruby-test-svm-graal-core-linux-17" : $.platform.linux + $.jdk.v17 + $.env.native + gate + native_tests,
551
- "ruby-test-svm-graal-core-darwin-amd64-11" : $.platform.darwin_amd64 + $.jdk.v11 + $.env.native + gate + native_tests,
552
- "ruby-test-svm-graal-core-darwin-amd64-17" : $.platform.darwin_amd64 + $.jdk.v17 + $.env.native + gate + native_tests,
553
- "ruby-test-svm-graal-core-darwin-aarch64-11" : $.platform.darwin_aarch64 + $.jdk.v11 + $.env.native + gate + native_tests,
554
- "ruby-test-svm-graal-core-darwin-aarch64-17" : $.platform.darwin_aarch64 + $.jdk.v17 + $.env.native + gate + native_tests,
555
- "ruby-test-svm-graal-enterprise-linux" : $.platform.linux + $.jdk.v11 + $.env.native_ee + gate + native_tests,
556
- "ruby-test-svm-graal-enterprise-darwin-aarch64 " : $.platform.darwin_aarch64 + $.jdk.v11 + $.env.native_ee + gate + native_tests,
549
+ "ruby-test-svm-graal-core-linux-11" : $.platform.linux + $.jdk.v11 + $.env.native +$.env.gdb_svm + gate + native_tests,
550
+ "ruby-test-svm-graal-core-linux-17" : $.platform.linux + $.jdk.v17 + $.env.native +$.env.gdb_svm + gate + native_tests,
551
+ "ruby-test-svm-graal-core-darwin-amd64-11" : $.platform.darwin_amd64 + $.jdk.v11 + $.env.native +$.env.gdb_svm + gate + native_tests,
552
+ "ruby-test-svm-graal-core-darwin-amd64-17" : $.platform.darwin_amd64 + $.jdk.v17 + $.env.native +$.env.gdb_svm + gate + native_tests,
553
+ "ruby-test-svm-graal-core-darwin-aarch64-11" : $.platform.darwin_aarch64 + $.jdk.v11 + $.env.native + gate + native_tests,
554
+ "ruby-test-svm-graal-core-darwin-aarch64-17" : $.platform.darwin_aarch64 + $.jdk.v17 + $.env.native + gate + native_tests,
555
+ "ruby-test-svm-graal-enterprise-linux" : $.platform.linux + $.jdk.v11 + $.env.native_ee +$.env.gdb_svm + gate + native_tests,
556
+ "ruby-test-svm-graal-enterprise-darwin-aarch64 " : $.platform.darwin_aarch64 + $.jdk.v11 + $.env.native_ee + gate + native_tests,
557
557
},
558
558
559
559
local other_rubies = {
@@ -569,8 +569,8 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
569
569
local svm_configurations = {
570
570
local shared = $.cap.bench + $.cap.daily + $.use.truffleruby + $.use.build,
571
571
572
- "svm-graal-core" : shared + $.env.native,
573
- "svm-graal-enterprise" : shared + $.env.native_ee,
572
+ "svm-graal-core" : shared + $.env.native + $.env.gdb_svm ,
573
+ "svm-graal-enterprise" : shared + $.env.native_ee + $.env.gdb_svm ,
574
574
},
575
575
576
576
bench_builds:
0 commit comments