Skip to content

Conversation

@darshanime
Copy link

syncs with v1.286.0

ruby-builder-bot and others added 30 commits October 26, 2025 13:11
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.
* 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.
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
* See discussion in rake-compiler/rake-compiler#247
  it is messy if that's not the case and also creates inconsistencies
  based on which Java tool/executable is used.
* And it is currently based on the latest release, that is 4.0.0.
warp-macos-15-arm64-6x
warp-ubuntu-2204-x64-2x
warp-ubuntu-2404-x64-2x
ubuntu-22.04-arm

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a valid runner on main, ref


jobs:
test-matrix:
runs-on: ubuntu-latest

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be on warp runners?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is just for the test-matrix job, which will run the ruby script to get the test matrix, which runs on the warp runners.

@darshanime darshanime marked this pull request as ready for review January 27, 2026 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants