Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Retire windows-2019 and ubuntu-20.04 for Ruby 3.3 #13222

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

Merged
merged 7 commits into from
May 1, 2025

Conversation

hsbt
Copy link
Member

@hsbt hsbt commented May 1, 2025

No description provided.

@hsbt hsbt changed the title Use windows-2022 because windows-2019 is EOL at June 2025 Retire windows-2019 and ubuntu-20.04 for Ruby 3.3 May 1, 2025
@hsbt hsbt force-pushed the retire-windows-2019-3-3 branch from a0a1cda to e431821 Compare May 1, 2025 02:57
hsbt and others added 4 commits May 1, 2025 12:11
Previously, the script was caching any file already present in the
destination directory, regardless of its origin. This caused issues
when the directory contained files copied from external sources like
`autoreconf --install`.

For example:
1. `./autogen.sh --install` copies `config.guess` and `config.sub`
   from the system to `./tool`.
2. `ruby tool/downloader.rb -d tool -e gnu config.guess config.sub`
   treats those files as if they were downloaded and caches them.
3. Removing the files: `rm tool/config.guess tool/config.sub`.
4. Running the downloader again, it mistakenly restores the cached
   files instead of downloading fresh versions.
@hsbt hsbt merged commit ccc5769 into ruby:ruby_3_3 May 1, 2025
95 checks passed
@hsbt hsbt deleted the retire-windows-2019-3-3 branch May 1, 2025 07:11
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.

2 participants