Add jruby-10.0.1.0 - #781
Conversation
|
@headius This is blocked by this failure: Note the logic at https://github.com/ruby/ruby-builder/actions/runs/16365715458/job/46242352836#step:10:5 I have tried removing that logic in ruby/ruby-builder@d84df19 There is apparently no jruby.exe indeed, only jrubyw.exe, is that expected? Could you figure out what needs to be done here? |
|
I don't think the missing jruby.exe is expected. In the process of cleaning up how we handle the launch scripts, we may have inadvertently removed code that copied that executable into the distribution archive. We noticed a similar problem for bin/jruby and bin/ruby immediately before release but I guess we didn't notice that the exe was also not being shipped. There's one or two other small regressions that will necessitate a release of 10.0.2.0, so we will fix this in the next week or so. |
|
And I just saw your comment in ruby/jruby-dev-builder#17 indicating this might actually be a bug in the GitHub runner for Windows and its tar.exe behavior. |
|
I figured it out, it's another instance of And indeed At least I know how to fix it, sorry for the noise, Windows can be quite the head-scratcher at times... |
|
@eregon Ok thanks for the extra footwork on this. That's a very peculiar and frustrating bug! |
Automated PR from ruby/ruby-builder