ronin-rb / ronin

Ronin is a Free and Open Source Ruby Toolkit for Security Research and Development. Ronin also allows for the rapid development and distribution of code, exploits, payloads, etc, via 3rd-party git repositories.
https://ronin-rb.dev
GNU General Public License v3.0
690 stars 50 forks source link

Eventually re-add jruby to the CI matrix #71

Open postmodern opened 2 years ago

postmodern commented 2 years ago

Due to jruby still working on 2.7 and 3.0 support, and that command_kit does not support ruby 2.6, jruby will be temporarily disabled in the CI matrix. Re-enable jruby support once they achieve 3.0 support.

postmodern commented 1 year ago

Looks like this is temporary blocked due to the io-event gem, which async depends on, containing C extensions and not having a JRuby version. See: https://github.com/socketry/io-event/issues/53#issuecomment-1379478408