mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
02121cbd65
The cause is that `mrbgem.rake` of` mruby-test` gem is loaded when test code is requested to be built, but when `mrbgem.rake` is loaded, `MRuby::Gem.current` is updated, which is not thread safe. Address this by not loading `mrbgem.rake` in parallel.