Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing CI builds for Ruby < 2.3 #2124

Merged
merged 1 commit into from Mar 25, 2023
Merged

Conversation

mattbrictson
Copy link
Member

@mattbrictson mattbrictson commented Mar 25, 2023

Problem

CI builds for Ruby 2.0, 2.1, and 2.3 are failing.

W: Failed to fetch http://httpredir.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

It seems that the jessie generation of Ubuntu that is used in the old Ruby docker images is no longer receiving apt updates.

Solution

Skip running apt-get for old rubies in CI.

@mattbrictson mattbrictson added the 🏠 Housekeeping Non-user facing cleanup and maintenance label Mar 25, 2023
@mattbrictson mattbrictson changed the title Fix failing CI builds for old, unsupported Rubies Fix apt-get 404 errors that were breaking CI for Ruby < 2.3 Mar 25, 2023
@mattbrictson mattbrictson changed the title Fix apt-get 404 errors that were breaking CI for Ruby < 2.3 Fix failing CI builds for Ruby < 2.3 Mar 25, 2023
@mattbrictson mattbrictson marked this pull request as ready for review March 25, 2023 21:33
@mattbrictson mattbrictson merged commit f1ad06f into master Mar 25, 2023
1 check passed
@mattbrictson mattbrictson deleted the chores/fix-old-ruby-builds branch March 25, 2023 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏠 Housekeeping Non-user facing cleanup and maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant