-
Notifications
You must be signed in to change notification settings - Fork 79
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
fix: make dev desktops compatible with ubuntu 24 #562
Conversation
b0b0daf
to
eff248b
Compare
ansible ran without issues 👍
|
@@ -1,5 +1,7 @@ | |||
[storage] | |||
driver = "overlay" | |||
runroot = "/run/containers/storage" | |||
graphroot = "/var/lib/containers/storage" |
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.
these two fields are now required. Otherwise the service podman-auto-update.timer
fails
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.
Do these work/interfere with the rootless mode that we're using?
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.
I'm not sure but nobody complained until now 😂
- name: Uninstall postfix | ||
apt: | ||
name: postfix | ||
state: absent |
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.
I removed postfix because there was an alert related to it.
Instead of fixing it I decided to remove this package as we don't need it imo.
ce206e6
to
2fe5231
Compare
We can only merge this after we migrated dev-desktops to ubuntu 24.
In the following an explanation of the changes.
libasound
libasound2
doesn't exist anymore in ubuntu 24fix_llvm_55575.yml
Run the following on both ubuntu 22 and 24:
docker run -it ubuntu:22.04 bash # run the same on 24.04 apt update apt install lldb lldb --version
As you can see the error mentioned in the task (llvm/llvm-project#55575) is not happening anymore in ubuntu 24