-
Notifications
You must be signed in to change notification settings - Fork 33
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
Upgrade ubuntu:22.04 to ubuntu:24.04 #122
base: main
Are you sure you want to change the base?
Conversation
It looks like there are some problems with our CI, and I couldn't find |
Good news, thanks to @roypat's advice, |
@RuoqingHe can we close this or it's something we want to explore? |
Can we keep this, I intended to propose upgrading to 24.04, maybe this is a bit early, but 22.04 will meet its EOL anyway 🥺 I will update the commit tomorrow |
this reminds me that I still need to look into upgrading the CI hosts to ubuntu 24 as well at some point haha |
f50f1c0
to
2037aa0
Compare
Our downstream are upgrading to Ubuntu 24.04, propose to catch up here. Update the package list for Ubuntu 24.04. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
2037aa0
to
57e032c
Compare
Remove work around required for building dev image for `aarch64` architecture, introduced in commit 538dba3. This is address by ubuntu:24:04. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
`/run/dbus` is created in advance on `riscv64`, adding `p` flag for `mkdir`. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
Summary of the PR
Our downstream are upgrading to Ubuntu 24.04, propose to catch up.
Requirements
Before submitting your PR, please make sure you addressed the following
requirements:
git commit -s
), and the commit message has max 60 characters for thesummary and max 75 characters for each description line.
test.
Release" section of CHANGELOG.md (if no such section exists, please create one).
unsafe
code is properly documented.