Skip to content

Commit 9b4ba4b

Browse files
committed
Merge branch 'master' into feature/glibc-2.39
2 parents d5f3b93 + 92f3ad6 commit 9b4ba4b

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

unix/linux/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ 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 10 March 2024
19-
RUN git clone --branch v6.8 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
18+
19+
# Linux Kernel: Released 12 May 2024
20+
RUN git clone --branch v6.9 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
2021
# GNU C library: Released 31 Jan 2024
2122
RUN git clone --branch release/2.39/master --depth 1 https://sourceware.org/git/glibc.git
2223

unix/zerrors_linux.go

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

unix/zerrors_linux_arm64.go

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

unix/ztypes_linux.go

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

0 commit comments

Comments
 (0)