mmtk / ruby

Fork of The Ruby Programming Language [mirror], with added support for MMTk
https://www.ruby-lang.org/
Other
0 stars 1 forks source link

Introduce GitHub Actions workflow to build Ruby with MMTk #52

Open eightbitraptor opened 1 year ago

eightbitraptor commented 1 year ago

I propose adding a GitHub actions workflow to this fork to build Ruby with MMTk.

Having this will likely expose complexities in the build process that will potentially need to be addressed before we can upstream a patch.

We may be able to build on the work done by The YJIT build workflow to help us achieve this.

wks commented 1 year ago

Good idea. It will also enable us to do binding tests on Ruby when mmtk-core introduces an API change.