Skip to content

Commit 481a7d3

Browse files
committed
changes for 6.12-rc5
1 parent e66a3bb commit 481a7d3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: unix/linux/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1515
# Get the git sources. If not cached, this takes O(5 minutes).
1616
WORKDIR /git
1717
RUN git config --global advice.detachedHead false
18-
# Linux Kernel: Released 15 Sep 2024
19-
RUN git clone --branch v6.12-rc4 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
18+
# Linux Kernel: Released 27 Oct 2024
19+
RUN git clone --branch v6.12-rc5 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
2020
# GNU C library: Released 21 July 2024
2121
RUN git clone --branch release/2.40/master --depth 1 https://sourceware.org/git/glibc.git
2222

Diff for: unix/ztypes_linux.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)