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

CI: update CircleCI Ubuntu image to 24.04 #1633

Merged
merged 6 commits into from
Sep 17, 2024

Conversation

onetechnical
Copy link
Contributor

@onetechnical onetechnical commented Sep 17, 2024

Summary

The previous image was deprecated and no longer works. This updates the image to the latest LTS (24.04) and a supported image.

Just bumping the Ubuntu version will break because the specified version of PyYAML (6.0) uses an incompatible version of cython. To fix this we just bump PyYAML, which fixed this in 6.0.2.

The CODEOWNERS file was also deprecated, so removing that as well.

Test Plan

CI Tests should pass.

@onetechnical onetechnical requested a review from a team as a code owner September 17, 2024 13:33
@onetechnical onetechnical self-assigned this Sep 17, 2024
Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.39%. Comparing base (249016c) to head (038e16b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1633   +/-   ##
=======================================
  Coverage   69.39%   69.39%           
=======================================
  Files          37       37           
  Lines        7375     7375           
=======================================
  Hits         5118     5118           
  Misses       1839     1839           
  Partials      418      418           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@onetechnical onetechnical marked this pull request as draft September 17, 2024 14:08
@onetechnical onetechnical marked this pull request as ready for review September 17, 2024 14:52
@gmalouf gmalouf merged commit 56d86ca into algorand:main Sep 17, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants