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

feat: Update Ubuntu to 24.04 (noble) #9055

Closed

Conversation

heliocastro
Copy link
Contributor

Github started to provide runners with the latest Ubuntu, which allows update the current Docker and workflows.

Swift SDK is updated to the new 10.x stable release as the first to use current Ubuntu LTS.

New Ubuntu default Docker image uses GID 1000 to ubuntu user, therefore ort user is now using GID 1001.

@heliocastro heliocastro self-assigned this Aug 30, 2024
@heliocastro heliocastro requested a review from a team as a code owner August 30, 2024 11:51
Copy link

codecov bot commented Aug 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.01%. Comparing base (a45bd86) to head (ed6855a).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #9055   +/-   ##
=========================================
  Coverage     68.01%   68.01%           
  Complexity     1161     1161           
=========================================
  Files           241      241           
  Lines          7691     7691           
  Branches        871      871           
=========================================
  Hits           5231     5231           
  Misses         2103     2103           
  Partials        357      357           
Flag Coverage Δ
funTest-non-docker 33.92% <ø> (ø)
test 37.91% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@heliocastro heliocastro marked this pull request as draft August 30, 2024 12:30
@heliocastro heliocastro force-pushed the feat/ubuntu_noble branch 3 times, most recently from 27b58fb to 14087cb Compare August 30, 2024 13:39
.github/workflows/build-and-test.yml Fixed Show fixed Hide fixed
.github/workflows/build-and-test.yml Dismissed Show dismissed Hide dismissed
@heliocastro heliocastro added docker About Docker topics dependencies Pull requests that update a dependency file labels Aug 30, 2024
@heliocastro heliocastro force-pushed the feat/ubuntu_noble branch 3 times, most recently from d821bd5 to adb66b1 Compare August 30, 2024 16:15
Github started to provide runners with the latest Ubuntu, which allows
update the current Docker and workflows.

Swift SDK is updated to the new 10.x stable release as the first to use
current Ubuntu LTS.

New Ubuntu default Docker image uses GID 1000 to ubuntu user, therefore
ort user is now using GID 1001.

Signed-off-by: Helio Chissini de Castro <[email protected]>
@heliocastro
Copy link
Contributor Author

Will be addressed in smaller parts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file docker About Docker topics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant