This is the newest GCC toolchain available at https://mirrors.edge.kernel.org/pub/tools/crosstool So let's install that to hopefully get some better warnings. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- test/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Containerfile b/test/Containerfile index 4ca690714a2f..7a737ecd33c6 100644 --- a/test/Containerfile +++ b/test/Containerfile @@ -64,7 +64,7 @@ RUN apt-get update && apt-get install -y \ libyaml-libyaml-perl \ && rm -rf /var/lib/apt/lists/* -ENV GCC_VERSION=12.2.0 +ENV GCC_VERSION=13.1.0 # Manually install the kernel.org Crosstool based toolchains RUN korg_crosstool_dl() { wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/${1}/${2}/${1}-gcc-${2}-nolibc-${3}.tar.xz | tar -C /opt -xJ ; } && \ -- 2.39.2