Update Linux Kernel on a Codespace #12766
Unanswered
A-Mozeak
asked this question in
Codespaces
Replies: 1 comment
-
It is not updatable because the kernel updates to the host images are controlled by GitHub themselves. GitHub Codespaces is now on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
I'd like to use codespaces to work on a project that requires newer features of the Linux kernel (specifically the
accept()
syscall forio_uring
). Even though I am using the Ubuntu devcontainer, this does not update the codespace's kernel to 5.11. I'm assuming that the host machine for Codespaces is using the 5.4.0 kernel.Here's the output of
uname -sr
:Question
Is there any way to update the kernel to a newer version on the host Codespace machine?
Beta Was this translation helpful? Give feedback.
All reactions