mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-02 15:17:31 -04:00
unix/linux: update Dockerfile to glibc 2.34
No changes in generated files. Change-Id: I83ffd002e070e350c2ec4026c9044a66a847e474 Reviewed-on: https://go-review.googlesource.com/c/sys/+/342569 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
committed by
Tobias Klauser
parent
15123e1e1f
commit
fcbd12d029
@@ -17,8 +17,8 @@ WORKDIR /git
|
|||||||
RUN git config --global advice.detachedHead false
|
RUN git config --global advice.detachedHead false
|
||||||
# Linux Kernel: Released 27 Jun 2021
|
# Linux Kernel: Released 27 Jun 2021
|
||||||
RUN git clone --branch v5.13 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
RUN git clone --branch v5.13 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
||||||
# GNU C library: Released 01 Feb 2021 (we should try to get a secure way to clone this)
|
# GNU C library: Released 02 Aug 2021 (we should try to get a secure way to clone this)
|
||||||
RUN git clone --branch release/2.33/master --depth 1 git://sourceware.org/git/glibc.git
|
RUN git clone --branch release/2.34/master --depth 1 git://sourceware.org/git/glibc.git
|
||||||
|
|
||||||
# Get Go
|
# Get Go
|
||||||
ENV GOLANG_VERSION 1.17rc2
|
ENV GOLANG_VERSION 1.17rc2
|
||||||
|
|||||||
Reference in New Issue
Block a user