Fix daily CI - #8890
Merged
Merged
Conversation
deivid-rodriguez
force-pushed
the
deivid-rodriguez/fix-daily-ci
branch
2 times, most recently
from
July 31, 2025 09:03
d386583 to
b64f674
Compare
Platform specific versions of ffi-1.17.2 are not compatible with Ruby 3.5, so Bundler fails to resolve in Ruby 3.5 using recorded VCR responses. Use the generic version of ffi-1.17.2, which should work for all rubies, consistently to fix that.
deivid-rodriguez
force-pushed
the
deivid-rodriguez/fix-daily-ci
branch
from
July 31, 2025 11:41
b64f674 to
a192f7e
Compare
deivid-rodriguez
marked this pull request as ready for review
July 31, 2025 11:41
deivid-rodriguez
enabled auto-merge
July 31, 2025 11:41
deivid-rodriguez
added a commit
that referenced
this pull request
Sep 4, 2025
Fix daily CI (cherry picked from commit c3a378b)
deivid-rodriguez
added a commit
that referenced
this pull request
Sep 9, 2025
Fix daily CI (cherry picked from commit c3a378b)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was the end-user or developer problem that led to this PR?
Platform specific versions of ffi-1.17.2 are not compatible with Ruby 3.5, so Bundler fails to resolve in Ruby 3.5 using recorded VCR responses.
See https://github.com/rubygems/rubygems/actions/runs/16636459681/job/47078215546#step:6:359, copied below to make the error visible even when logs become unavailable:
What is your fix for the problem, implemented in this PR?
Also record the generic version of ffi-1.17.2 to fix that.
Make sure the following tasks are checked