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: 4ff6f36
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: d5126b9
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 27, 2025

  1. Scale bundler install jobs with CPU count up to 8

    The number of jobs should scale with the runner CPU count, up to a
    point. The bottleneck becomes network / disk I/O at very large numbers,
    and 8 seems like a reasonable maximum based on my experience at this
    time.
    thomasbreland authored and eregon committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    a96ff53 View commit details
    Browse the repository at this point in the history
  2. Use os.availableParallelism() instead of os.cpus().length

    * As https://nodejs.org/api/os.html#oscpus says:
      os.cpus().length should not be used to calculate the amount of parallelism available to an application. Use os.availableParallelism() for this purpose.
    eregon committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    274049f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5126b9 View commit details
    Browse the repository at this point in the history
Loading