Update ubuntu 20.04 kernel headers to 5.15{uname -r}
Tool name
/usr/include
Tool license
GPL
Add or update?
- [ ] Add
- [X] Update
Desired version
5.15
Approximate size
No response
Brief description of tool
No response
URL for tool's homepage
No response
Provide a basic test case to validate the tool's functionality.
No response
Platforms where you need the tool
- [ ] Azure DevOps
- [ ] GitHub Actions
Runner images where you need the tool
- [x] Ubuntu 20.04
- [ ] Ubuntu 22.04
- [ ] Ubuntu 24.04
- [ ] macOS 12
- [ ] macOS 13
- [ ] macOS 13 Arm64
- [ ] macOS 14
- [ ] macOS 14 Arm64
- [ ] macOS 15
- [ ] macOS 15 Arm64
- [ ] Windows Server 2019
- [ ] Windows Server 2022
Can this tool be installed during the build?
No response
Tool installation time in runtime
No response
Are you willing to submit a PR?
No response
It is ducumented Kernel Version: 5.15.0-1074-azure is used.
But run githubaction it shows, which is Less than 5.8
sudo cat /usr/include/linux/version.h
#define LINUX_VERSION_CODE 328959
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << [8](https://github.com/kmesh-net/kmesh/actions/runs/11926109999/job/33239358208?pr=1056#step:4:9)) + ((c) > 255 ? 255 : (c)))
Hi @hzxuzhonghu - Thank you for bringing this issue to our attention. We will look into this issue and will update you after investigating.
Hi @hzxuzhonghu, We appreciate your patience. Currently, Ubuntu 20.04 is using and maintaining the same kernel version (5.15.0-1074-azure), and it was working fine with no issues reported to date. we are closing this issue. Thank you.
Thank you, we will try the new image