Skip to content

Conversation

@myronmarston
Copy link
Collaborator

JRuby doesn't support fork. Replace with JRuby-compatible alternatives:

  • docker_runner: Process.spawn + Process.detach instead of fork + daemon
  • rake_tasks: Thread.new instead of fork for browser opening
  • in_sub_process: skip tests on JRuby (lambda tests not critical for JRuby)

JRuby doesn't support fork. Replace with JRuby-compatible alternatives:
- docker_runner: Process.spawn + Process.detach instead of fork + daemon
- rake_tasks: Thread.new instead of fork for browser opening
- in_sub_process: skip tests on JRuby (lambda tests not critical for JRuby)

Co-Authored-By: Claude (global.anthropic.claude-opus-4-5-20251101-v1:0) <noreply@anthropic.com>
Base automatically changed from myron/ci-matrix-optimization to main January 29, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants