kernelci / kernelci-core

Core KernelCI tools
https://kernelci.org
GNU Lesser General Public License v2.1
107 stars 97 forks source link

config: docker: Add gawk package to all build containers #2723

Closed musamaanjum closed 3 weeks ago

musamaanjum commented 3 weeks ago

The usage of gawk has recently appeared in the linux kernel. The build fails if it isn't found. Add the gawk package.

musamaanjum commented 3 weeks ago

Logs can be found: https://github.com/kernelci/kernelci-core/issues/2724

musamaanjum commented 3 weeks ago

The [gawk] has been recently added https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=5f5e7344322f0b.

Missing gawk package is only failing andorid build at this time. It may depend on the specific configuration option.

@helen-fornazier reported this. @nuclearcat We need to make sure after merging this PR that all docker images get updated.

nuclearcat commented 3 weeks ago

https://staging.kernelci.org:9000/viewer?search=parent%3D671ffec97bdbde802df65bee looks like builds are ok now, merging