Skip to content

Commit 7060009

Browse files
committed
Run ruby-lint with jdk-latest to avoid building librubyvm
* Using jdk.stable would cause to set BOOTSTRAP_GRAALVM which would then build librubyvm.so on `mx build` (needed by spotbugs).
1 parent 767a185 commit 7060009

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci.jsonnet

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,7 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
537537

538538
test_builds:
539539
{
540-
# Lint runs on JDK stable because some lint tools do not work on JDK latest
541-
"ruby-lint": $.platform.linux + $.cap.tier2 + $.jdk.stable + $.use.common + $.env.jvm + $.use.build + $.run.lint + { timelimit: "45:00" },
540+
"ruby-lint": $.platform.linux + $.cap.tier2 + $.jdk.latest + $.use.common + $.env.jvm + $.use.build + $.run.lint + { timelimit: "45:00" },
542541
# Run specs on CRuby to make sure new specs are compatible and have the needed version guards
543542
"ruby-test-specs-on-cruby": $.platform.linux + $.cap.tier2 + $.use.skip_ci + $.use.common + $.run.test_specs_mri + { timelimit: "45:00" },
544543
} +

0 commit comments

Comments
 (0)