While trying to execute the test suite of mysql2 gem on Fedora's ppc64le builders with Ruby 3.1, it gets stuck on spec_helper.rb.
This is fixed by commenting out this:
|
GC.verify_compaction_references(double_heap: true, toward: :empty) |
This seems related to ged/ruby-pg#423 and https://bugs.ruby-lang.org/issues/18560 .
While trying to execute the test suite of mysql2 gem on Fedora's ppc64le builders with Ruby 3.1, it gets stuck on
spec_helper.rb.This is fixed by commenting out this:
mysql2/spec/spec_helper.rb
Line 10 in e9c6629
This seems related to ged/ruby-pg#423 and https://bugs.ruby-lang.org/issues/18560 .