File tree Expand file tree Collapse file tree 3 files changed +775
-404
lines changed
Expand file tree Collapse file tree 3 files changed +775
-404
lines changed Original file line number Diff line number Diff line change 11data
2- vmlinux
2+ vmlinux *
Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ RUN apt-get update \
1414 libssl-dev \
1515 libelf-dev \
1616 && rm -rf /var/lib/apt/lists/*
17- RUN wget https://cdn.kernel.org/pub/linux/kernel/v5 .x/linux-5.10 .tar.xz
18- RUN tar xf linux-5.10 .tar.xz
17+ RUN wget https://cdn.kernel.org/pub/linux/kernel/v6 .x/linux-6.2 .tar.xz
18+ RUN tar xf linux-6.2 .tar.xz
1919# # For it to build on too new binutils
2020COPY fix-build.patch .
21- COPY kernel-config.txt linux-5.10 /.config
22- RUN cd linux-5.10 && patch -p1 < ../fix-build.patch && make -j8 vmlinux
21+ COPY kernel-config.txt linux-6.2 /.config
22+ RUN cd linux-6.2 && make -j8 vmlinux
2323
2424FROM scratch
25- COPY --from=builder /build/linux-5.10/vmlinux /vmlinux
25+ COPY --from=builder /build/linux-6.2/vmlinux /vmlinux
26+
You can’t perform that action at this time.
0 commit comments