Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oxidize-rb/rb-sys
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.109
Choose a base ref
...
head repository: oxidize-rb/rb-sys
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.110
Choose a head ref
  • 5 commits
  • 11 files changed
  • 2 contributors

Commits on Jan 30, 2025

  1. Append -gnu to RUBY_TARGET for GNU Linux builds (#511)

    rake-compiler-dock images now make a distinction between GNU and
    musl builds. Add a `-gnu` extension to `RUBY_TARGET` to make
    it possible to run:
    
    ```
    rb-sys-dock --platform x86_64-linux-gnu --directory . --build
    ```
    
    Closes #510
    stanhu authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    798fad1 View commit details
    Browse the repository at this point in the history
  2. Make it possible to override RUBY_TARGET (#512)

    * Revert "Append -gnu to RUBY_TARGET for GNU Linux builds (#511)"
    
    This reverts commit 798fad1.
    
    * Make it possible to override RUBY_TARGET
    
    Previously if you attempt to run `rb-sys-dock --platform x86_64-linux-gnu`
    the `RUBY_TARGET` was hard-coded to `x86_64-linux`. Now this can
    be overriden by the `rb-sys-dock` so that the `--platform` argument
    can work with `x86_64-linux` or `x86_64-linux-gnu`.
    stanhu authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    7b03755 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Allow RUBY_TARGET to be inherited from sudo (#513)

    Previously RUBY_TARGET was never passed along because `sudo -u` was
    run. Add this variable to the sudoers file to preserve this varaible.
    stanhu authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    c21f978 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. Configuration menu
    Copy the full SHA
    e6d194f View commit details
    Browse the repository at this point in the history
  2. Bump to v0.9.110

    ianks committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    141e3d0 View commit details
    Browse the repository at this point in the history
Loading