-
Notifications
You must be signed in to change notification settings - Fork 317
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
heliocastro
wants to merge
2
commits into
oss-review-toolkit:main
from
cariad-tech:feat/ubuntu_noble
Closed
feat: Update Ubuntu to 24.04 (noble) #9055
heliocastro
wants to merge
2
commits into
oss-review-toolkit:main
from
cariad-tech:feat/ubuntu_noble
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
heliocastro
force-pushed
the
feat/ubuntu_noble
branch
from
August 30, 2024 12:08
7215bda
to
074a563
Compare
heliocastro
force-pushed
the
feat/ubuntu_noble
branch
3 times, most recently
from
August 30, 2024 13:39
27b58fb
to
14087cb
Compare
heliocastro
added
docker
About Docker topics
dependencies
Pull requests that update a dependency file
labels
Aug 30, 2024
heliocastro
force-pushed
the
feat/ubuntu_noble
branch
3 times, most recently
from
August 30, 2024 16:15
d821bd5
to
adb66b1
Compare
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
force-pushed
the
feat/ubuntu_noble
branch
from
August 30, 2024 16:37
adb66b1
to
fc7ce1b
Compare
Signed-off-by: Helio Chissini de Castro <[email protected]>
heliocastro
force-pushed
the
feat/ubuntu_noble
branch
from
August 30, 2024 17:46
fc7ce1b
to
ed6855a
Compare
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.