@@ -147,12 +147,6 @@ local part_definitions = {
147
147
148
148
sqlite331: { packages+: { sqlite: ">=3.31" } },
149
149
150
- limit_compiler_threads: { # GR-25942
151
- environment+: {
152
- TRUFFLERUBYOPT+: " --experimental-options --engine.CompilerThreads=2" ,
153
- },
154
- },
155
-
156
150
multi_tier: {
157
151
environment+: {
158
152
GUEST_VM_CONFIG+: "-multi-tier" ,
@@ -499,17 +493,17 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
499
493
"ruby-test-gems-linux" : $.platform.linux + $.jdk.v8 + $.env.jvm + gate + $.use.gem_test_pack + $.run.test_gems,
500
494
"ruby-test-gems-darwin" : $.platform.darwin + $.jdk.v8 + $.env.jvm + gate + $.use.gem_test_pack + $.run.test_gems,
501
495
"ruby-test-ecosystem-linux" : $.platform.linux + $.jdk.v8 + $.env.jvm + gate + $.use.node + $.use.sqlite331 + $.use.gem_test_pack + $.run.test_ecosystem,
502
- "ruby-test-standalone-linux" : $.platform.linux + $.jdk.v8 + gate_no_build + $.run.test_make_standalone_distribution + $.use.limit_compiler_threads ,
496
+ "ruby-test-standalone-linux" : $.platform.linux + $.jdk.v8 + gate_no_build + $.run.test_make_standalone_distribution,
503
497
504
498
"ruby-test-compiler-graal-core" : $.platform.linux + $.jdk.v8 + $.env.jvm_ce + gate + $.use.truffleruby + $.run.test_compiler,
505
499
"ruby-test-compiler-graal-core-11" : $.platform.linux + $.jdk.v11 + $.env.jvm_ce + gate + $.use.truffleruby + $.run.test_compiler,
506
500
"ruby-test-compiler-graal-enterprise" : $.platform.linux + $.jdk.v8 + $.env.jvm_ee + gate + $.use.truffleruby + $.run.test_compiler,
507
501
"ruby-test-compiler-graal-enterprise-11" : $.platform.linux + $.jdk.v11 + $.env.jvm_ee + gate + $.use.truffleruby + $.run.test_compiler,
508
502
509
- "ruby-test-svm-graal-core-linux" : $.platform.linux + $.jdk.v8 + $.env.native_RemoveSaturatedTypeFlows + gate + native_tests + $.use.limit_compiler_threads ,
510
- "ruby-test-svm-graal-core-linux-11" : $.platform.linux + $.jdk.v11 + $.env.native + gate + native_tests + $.use.limit_compiler_threads ,
511
- "ruby-test-svm-graal-core-darwin" : $.platform.darwin + $.jdk.v8 + $.env.native_RemoveSaturatedTypeFlows + gate + native_tests + $.use.limit_compiler_threads ,
512
- "ruby-test-svm-graal-core-darwin-11" : $.platform.darwin + $.jdk.v11 + $.env.native + gate + native_tests + $.use.limit_compiler_threads ,
503
+ "ruby-test-svm-graal-core-linux" : $.platform.linux + $.jdk.v8 + $.env.native_RemoveSaturatedTypeFlows + gate + native_tests,
504
+ "ruby-test-svm-graal-core-linux-11" : $.platform.linux + $.jdk.v11 + $.env.native + gate + native_tests,
505
+ "ruby-test-svm-graal-core-darwin" : $.platform.darwin + $.jdk.v8 + $.env.native_RemoveSaturatedTypeFlows + gate + native_tests,
506
+ "ruby-test-svm-graal-core-darwin-11" : $.platform.darwin + $.jdk.v11 + $.env.native + gate + native_tests,
513
507
"ruby-test-svm-graal-enterprise-linux" : $.platform.linux + $.jdk.v8 + $.env.native_ee + gate + native_tests,
514
508
"ruby-test-svm-graal-enterprise-darwin" : $.platform.darwin + $.jdk.v8 + $.env.native_ee + gate + native_tests,
515
509
},
0 commit comments