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: ruby/setup-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 32110d4
Choose a base ref
...
head repository: ruby/setup-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 277ba2a
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 22, 2025

  1. Configuration menu
    Copy the full SHA
    3ad45c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88a8155 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Expose 3.4-asan Ruby builds from ruby-dev-builder

    **What does this PR do?**
    
    This PR provides the final piece of the puzzle to fix #682: now that
    ruby-dev-builder is building `3.4-asan` Rubies since
    ruby/ruby-dev-builder#15, we can make them
    available for use.
    
    **Motivation:**
    
    At Datadog, we're using ASan builds to check for issues
    [in our library](https://github.com/datadog/dd-trace-rb),
    and having a `3.4-asan` build improves the experience of having
    these checks be a required CI step. Using the ASan builds built from
    ruby-head means our CI could break because of unrelated issues/changes
    from ruby-head.
    
    **Additional Notes:**
    
    `yarn` was trying really hard to update a bunch of things, which
    generated A LOT of diff noise. I've manually pared them down just
    to the actual changes related to adding the new variant so the
    diff makes a bit more sense.
    
    **How to test the change?**
    
    I've already tested this in
    https://github.com/DataDog/dd-trace-rb/actions/runs/13392865620/job/37696781848
    and it seems to be working fine!
    ivoanjo authored and eregon committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    04c2e2b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Configuration menu
    Copy the full SHA
    277ba2a View commit details
    Browse the repository at this point in the history
Loading