Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fat binary gem support for ruby-3.1 #2409

Merged
merged 9 commits into from Jan 6, 2022

Commits on Jan 5, 2022

  1. Add fat binary gem support for ruby-3.1

    Ruby-3.1-x64 on Windows has a changed platform string "x64-mingw-ucrt" vc. "x64-mingw32".
    Consequentally rake-compiler-dock has a new corresponding platform image.
    See https://rubyinstaller.org/2021/12/31/rubyinstaller-3.1.0-1-released.html
    
    Unfortunately the compiler triplet is still "x86_64-w64-mingw32" for both ruby platforms, although the compiled code isn't compatible.
    Therefore we have to differ by RUBY_PLATFROM instead of the "host" string.
    larskanis authored and flavorjones committed Jan 5, 2022
    Copy the full SHA
    142baf0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d232e23 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fa5a99d View commit details
    Browse the repository at this point in the history
  4. package: work around ruby-maven issue

    The ruby-maven gem was packaged from commit ef96c08, see
    jruby/jruby#6904 (comment) for
    background information.
    flavorjones committed Jan 5, 2022
    Copy the full SHA
    433850c View commit details
    Browse the repository at this point in the history
  5. ci: remove workaround for RCD runas

    rake-compiler/rake-compiler-dock#57
    has been shipped in RCD v1.2.0 making this unnecessary.
    flavorjones committed Jan 5, 2022
    Copy the full SHA
    bc3e640 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d5584a7 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c6f195a View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    a76963c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    56b89d9 View commit details
    Browse the repository at this point in the history