mirror of
https://github.com/golang/sys.git
synced 2026-02-09 04:06:04 +03:00
unix: update glibc to 2.41
Change-Id: I1796b552f854a15e8ef5e019e247c4d7e0644086
GitHub-Last-Rev: 3518c62005
GitHub-Pull-Request: golang/sys#244
Reviewed-on: https://go-review.googlesource.com/c/sys/+/645436
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
This commit is contained in:
committed by
Gopher Robot
parent
4d4692e1b0
commit
863b3c4ac4
@@ -17,8 +17,8 @@ WORKDIR /git
|
||||
RUN git config --global advice.detachedHead false
|
||||
# Linux Kernel: Released 20 Jan 2025
|
||||
RUN git clone --branch v6.13 --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
|
||||
# GNU C library: Released 29 Jan 2025
|
||||
RUN git clone --branch release/2.41/master --depth 1 https://sourceware.org/git/glibc.git
|
||||
|
||||
# Get Go
|
||||
ENV GOLANG_VERSION=1.23.0
|
||||
|
||||
Reference in New Issue
Block a user