Skip to content

Commit

Permalink
CI: Add gcc-12 to devcontainer
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
hauke committed Jun 30, 2024
1 parent 10cfb7b commit e6a71f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e6a71f0

Please sign in to comment.