You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build fat gems for all supported Ruby versions and platforms on CI (#360)
* Build fat gems for all supported Ruby versions and platforms on CI
* Specify gemspec to RbSys::ExtensionTask to define `native:*` tasks
which are used by `rb-sys-dock`
* Specify rb_sys dependency in gemspec
* bundle exec to load gems specified in gemspec
* Sync rb-sys version with the one in gemspec
* Revert "Specify rb_sys dependency in gemspec"
This reverts commit f7f8d24.
* Pin rb_sys version exactly to use the same version with Cargo.toml
* Don't need to setup rust in host machine
* Exclude arm-linux from supported ruby platforms
* Check gem build for all platforms
* Don't install gems in host machine
* Hardcode rb-sys version to remove the need of bundle install
* Sync workflow with wasmtime-rb
0 commit comments