Skip to content

Releases: oxidize-rb/rb-sys

v0.9.54

08 Jan 05:57
a3ea122
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.53...v0.9.54

v0.9.53

26 Dec 02:43
6e99c96
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.52...v0.9.53

v0.9.52

17 Dec 07:37
e8d8d8b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.51...v0.9.52

v0.9.51

15 Dec 17:38
a15fc87
Compare
Choose a tag to compare

What's Changed

  • Blocklist link args at arg manifest time by @ianks in #119

Full Changelog: v0.9.50...v0.9.51

v0.9.50

13 Dec 19:54
3c5f001
Compare
Choose a tag to compare

What's Changed

  • Make pkgconfig configuration more robust by @ianks in #116
  • Add shims for rg and vim in rb-sys-dock by @ianks in #117
  • Block compress-debug-sections linker arg in rb_sys/mkmf by @ianks in #118

Full Changelog: v0.9.49...v0.9.50

v0.9.49

12 Dec 22:57
298c1bf
Compare
Choose a tag to compare

What's Changed

  • Usability improvements to rb-sys-dock by @ianks in #115

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

12 Dec 02:28
93c4f97
Compare
Choose a tag to compare

What's Changed

  • Add rb-sys-dock helper by @ianks in #114
  • Codify the minimum supported ruby and rust versions by @ianks in #112

Full Changelog: v0.9.47...v0.9.48

v0.9.47

11 Dec 18:35
fce5ee2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.46...v0.9.47

v0.9.46

05 Dec 01:42
fd7b2be
Compare
Choose a tag to compare

Full Changelog: v0.9.45...v0.9.46

v0.9.45

04 Dec 23:07
2895db6
Compare
Choose a tag to compare

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