actions / runner-images

GitHub Actions runner images
MIT License
10.24k stars 3.08k forks source link

Update ubuntu 20.04 kernel headers to 5.15{uname -r} #11009

Open hzxuzhonghu opened 1 week ago

hzxuzhonghu commented 1 week ago

Tool name

/usr/include

Tool license

GPL

Add or 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

Runner images where you need the tool

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

hzxuzhonghu commented 1 week ago

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)))
Prabhatkumar59 commented 1 week ago

Hi @hzxuzhonghu - Thank you for bringing this issue to our attention. We will look into this issue and will update you after investigating.