mirror of
https://github.com/golang/sys.git
synced 2026-02-08 11:46:04 +03:00
bump v6.12-rc7
This commit is contained in:
@@ -15,8 +15,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
# Get the git sources. If not cached, this takes O(5 minutes).
|
||||
WORKDIR /git
|
||||
RUN git config --global advice.detachedHead false
|
||||
# Linux Kernel: Released 27 Oct 2024
|
||||
RUN git clone --branch v6.12-rc5 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
||||
# Linux Kernel: Released 10 Nov 2024
|
||||
RUN git clone --branch v6.12-rc7 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
||||
# GNU C library: Released 21 July 2024
|
||||
RUN git clone --branch release/2.40/master --depth 1 https://sourceware.org/git/glibc.git
|
||||
|
||||
|
||||
Reference in New Issue
Block a user