zzak[m] has joined #jruby
<zzak[m]> Hey! I was looking at adding JRuby back to the Rails CI matrix and had a few questions.
<zzak[m]> First, do ya'll have a nightly docker image? I was going to use `latest` tag and maybe the most recent stable, does that make sense?
<zzak[m]> Anyways, hope ya'll are doing well!
<zzak[m]> Also, since the build is likely failing, I was going to make it run on `main` only and soft-fail as to not block everyone else. I'd _like_ to be able to set an env var to run builds on PRs too however, so if someone wants to try and fix the JRuby build they can verify on their branch.
subbu has joined #jruby
<zzak[m]> It seems to be working, at least most of the errors I've checked seem like actual bugs.
subbu has quit [Ping timeout: 260 seconds]
lavamind has quit [Remote host closed the connection]
<headius> Hey there zzak
<headius> There should be a jruby-head in setup-ruby that you can use
lavamind has joined #jruby
subbu has joined #jruby
subbu has quit [Ping timeout: 260 seconds]
subbu has joined #jruby
subbu has quit [Ping timeout: 246 seconds]
anewbhav_1[m] has quit [Quit: You have been kicked for being idle]
<enebo[m]> headius: I believe the issue with the occasional test_random_ulong_limited_no_rand failure is that is is not using the random: passed in. Since it making sure only the first element is always chosen you end up being green ~50% of the time.
subbu has joined #jruby
subbu has quit [Ping timeout: 248 seconds]
subbu has joined #jruby
subbu has quit [Ping timeout: 248 seconds]
subbu has joined #jruby
<headius> Aha ok
<headius> I will take another look
subbu has quit [Ping timeout: 248 seconds]
<zzak[m]> <headius> "There should be a jruby-head..." <- I think setup-ruby is only for GH actions, and Rails is still using Buildkite
<zzak[m]> It seems like there isn't much interest in adding it back to the Matrix, even if it was optional
<zzak[m]> Is having Rails supported for JRuby a thing? I know there's a GSoC coming up, maybe someone could pick it up there?