Releases: oxidize-rb/rb-sys
Releases · oxidize-rb/rb-sys
v0.9.54
v0.9.53
What's Changed
- Fix build on Ruby 3.2 by @peterzhu2118 in #125
New Contributors
- @peterzhu2118 made their first contribution in #125
Full Changelog: v0.9.52...v0.9.53
v0.9.52
What's Changed
- Detect podman in
rb-sys-dock
by @ianks in #120 - Bindgen update by @ianks in #121
- Stop rewriting static libs by @jbourassa in #124
New Contributors
- @jbourassa made their first contribution in #124
Full Changelog: v0.9.51...v0.9.52
v0.9.51
v0.9.50
v0.9.49
What's Changed
Using the rb-sys-dock
helper
The [rb-sys-dock
] executable allows you to easily enter the Docker container used to cross compile your gem. You can
use you tool to build your gem, and then exit the container. The gem will be available in the pkg
directory.
$ rb-sys-dock -p aarch64-linux
🐳 Entering shell in Docker container "rbsys/aarch64-linux:0.9.49"
#...
$ bundle install
# ...
$ bundle exec rake native:$RUBY_TARGET # builds the gem
#...
Full Changelog: v0.9.48...v0.9.49
v0.9.48
v0.9.47
v0.9.46
Full Changelog: v0.9.45...v0.9.46
v0.9.45
What's Changed
- Bump cc from 1.0.76 to 1.0.77 by @dependabot in #105
- Include license file in rb-sys-build and rb-sys-env crates by @ankane in #108
- Add option to cleanup dirs for rubygems by @ianks in #107
- Use proper bindgen include paths for LLVM on mswin by @ianks in #109
New Contributors
Full Changelog: v0.9.44...v0.9.45