-
Notifications
You must be signed in to change notification settings - Fork 141
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 docker ubuntu version 22.04 -> 24.04 #333
Conversation
5a21a0d
to
f2a472d
Compare
Signed-off-by: Evgeny Malygin <[email protected]>
f2a472d
to
9edb152
Compare
curl \ | ||
python3.10 \ | ||
python3 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Python 3.10 -> Python 3.12
This is a change we want, though there's still some code we need to test as far back as 3.8. Let's keep this change; I think @jll63 and I need to coordinate on the 3.8 tests.
@@ -18,14 +19,6 @@ RUN apt-get update && \ | |||
&& apt clean \ | |||
&& rm -rf /var/lib/apt/lists/* | |||
|
|||
# BDE build requires CMake > 3.24, which is not available in Ubuntu 22.04 yet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Signed-off-by: Evgeny Malygin <[email protected]>
Signed-off-by: Evgeny Malygin <[email protected]>
Signed-off-by: Evgeny Malygin <[email protected]>
Signed-off-by: Evgeny Malygin <[email protected]>
addgroup
->groupadd
,adduser
->useradd