CI: Add JRuby 10 testing#175
Open
bastelfreak wants to merge 3 commits intoOpenVoxProject:mainfrom
Open
Conversation
f3a27aa to
1556542
Compare
sebastianrakel
approved these changes
Aug 24, 2025
Contributor
|
@bastelfreak did you ever get a chance to look at the test failures? |
Signed-off-by: Tim Meusel <tim@bastelfreak.de>
Without Java 10, JRuby 10.0.5.0 gives us: ``` attempting to run with existing JAVA_HOME /usr/lib/jvm/temurin-17-jdk-amd64/bin/java -jar /home/runner/.rubies/jruby-10.0.5.0/lib/jruby.jar --version Error: LinkageError occurred while loading main class org.jruby.main.Main java.lang.UnsupportedClassVersionError: org/jruby/main/Main has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0 JRuby failed to start, try Java 21 envs Setting JAVA_HOME to JAVA_HOME_21_X64 path /usr/lib/jvm/temurin-21-jdk-amd64 Adding /usr/lib/jvm/temurin-21-jdk-amd64/bin to PATH Took 0.24 seconds ``` Signed-off-by: Tim Meusel <tim@bastelfreak.de>
7 tasks
An empty fact block triggers: ``` jruby -c .../modules/a_module/lib/facter/a_fact.rb RDoc is not a full Ruby parser and will fail when fed invalid ruby programs. ``` Signed-off-by: Tim Meusel <tim@bastelfreak.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.