Ruby Core Updates: CI Infrastructure Improvements
Three pull requests merged today focused on fixing cross-compilation builds and resolving CI infrastructure issues, including DockerHub rate limit problems and workflow cleanup.
Duration: PT1M29S
Episode overview
This episode is a short developer briefing from Ruby Core Updates.
It explains recent repository work in plain language.
- Show: Ruby Core Updates
- Published: 2026-03-30T10:01:47Z
- Audio duration: PT1M29S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, this is Ruby Core Updates for Tuesday, March 30th, 2026.
Three pull requests were merged overnight addressing build and CI improvements. Nobu merged a significant fix for the dump_ast build system when cross-compiling, adding 248 lines across 11 files including new GitHub workflow configurations and makefile adjustments. This resolves compilation issues developers were…
Hiroshi Shibata merged a solution to DockerHub rate limiting problems by removing the stephanmisc/docuum dependency from the compiler workflows. The fix replaces the external service container with simple docker rmi commands, eliminating external image pulls that were causing build failures.
Stan Lo cleaned up the macOS workflow by removing a dead "Resolve job ID" step that was leftover from previous AWS S3 core dump functionality that had already been removed.
Four additional commits landed today. Shibata's follow-up commit refined the DockerHub fix by optimizing Docker image cleanup to avoid redundant pulls of the default clang-20 image. Bang Seongbeom restored rb_sys dependency support for Rust projects in the RubyGems new gem template.
What's next: These infrastructure improvements should stabilize…
Nearby episodes from Ruby Core Updates
- JIT Compiler Optimizations and Bug Fixes
- Ractor Fixes and JIT Improvements
- Memory Management and JIT Improvements
- ZJIT Performance Improvements and GC Optimizations
- Weekly Recap - ZJIT Performance & Core Infrastructure
- ZJIT Optimization and Developer Tools
- ZJIT Performance Optimizations and Source Location Revert
- ZJIT Performance Improvements and CI Stability Fixes