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

chore: fix deprecated circleci image #6379

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

pmcgleenon
Copy link
Contributor

@pmcgleenon pmcgleenon commented Mar 5, 2024

Motivation

The ubuntu image currently being used for the circleci ARM test is deprecated
https://discuss.circleci.com/t/linux-image-deprecations-and-eol-for-2024/50177

We did see a failing CI test on PR #6378 during the recent circleci brown out on 4th March

This job was rejected because the image 'ubuntu-2004:202101-01' is [unavailable](https://discuss.circleci.com/t/linux-image-deprecations-and-eol-for-2024/)

Solution

Updated circleci to use the default image tag.

Note this also updates it to use 22.04 rather than 20.04

Copy link
Member

@taiki-e taiki-e left a comment

Choose a reason for hiding this comment

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

Thanks.

@taiki-e taiki-e merged commit 1f924f9 into tokio-rs:master Mar 5, 2024
75 checks passed
@taiki-e taiki-e added the A-ci Area: The continuous integration setup label Mar 5, 2024
@pmcgleenon pmcgleenon deleted the circleci-image-deprecation branch March 5, 2024 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Area: The continuous integration setup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants