[PATCH 75/75] CI: Add gcc-12 to devcontainer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



GCC 12 is needed to compile kernel modules for the mainline kernel
binaries 6.0 and 6.1 provided by Ubuntu. Add this extra compiler.

Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
---
 .devcontainer/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index dee0c724..4a847e12 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -1,7 +1,7 @@
 FROM ubuntu:24.04
 
 RUN apt update && \
-	apt install -y git coccinelle build-essential python3 python3-zstandard libpython3.12 python-is-python3 flex bison libelf1 libelf-dev && \
+	apt install -y git coccinelle build-essential python3 python3-zstandard libpython3.12 python-is-python3 flex bison libelf1 libelf-dev gcc-12 && \
 	rm -rf /var/lib/apt/lists/*
 
 RUN git clone https://github.com/hauke/backports.git
-- 
2.45.2





[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux