mirror of
https://github.com/rwinkhart/sys.git
synced 2026-08-30 22:06:37 -04:00
unix: update Dockerfile to glibc 2.32
Change-Id: Ia5ebb34a743c6e676d3cb2febaefc55afa9fc7ac Reviewed-on: https://go-review.googlesource.com/c/sys/+/247157 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
committed by
Tobias Klauser
parent
a37d78b922
commit
5acd03effb
@@ -17,8 +17,8 @@ WORKDIR /git
|
|||||||
RUN git config --global advice.detachedHead false
|
RUN git config --global advice.detachedHead false
|
||||||
# Linux Kernel: Released 02 Aug 2020
|
# Linux Kernel: Released 02 Aug 2020
|
||||||
RUN git clone --branch v5.8 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
RUN git clone --branch v5.8 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
||||||
# GNU C library: Released 01 Feb 2020 (we should try to get a secure way to clone this)
|
# GNU C library: Released 06 Aug 2020 (we should try to get a secure way to clone this)
|
||||||
RUN git clone --branch release/2.31/master --depth 1 git://sourceware.org/git/glibc.git
|
RUN git clone --branch release/2.32/master --depth 1 git://sourceware.org/git/glibc.git
|
||||||
|
|
||||||
# Get Go
|
# Get Go
|
||||||
ENV GOLANG_VERSION 1.15rc1
|
ENV GOLANG_VERSION 1.15rc1
|
||||||
|
|||||||
@@ -839,6 +839,7 @@ const (
|
|||||||
IPPROTO_EGP = 0x8
|
IPPROTO_EGP = 0x8
|
||||||
IPPROTO_ENCAP = 0x62
|
IPPROTO_ENCAP = 0x62
|
||||||
IPPROTO_ESP = 0x32
|
IPPROTO_ESP = 0x32
|
||||||
|
IPPROTO_ETHERNET = 0x8f
|
||||||
IPPROTO_FRAGMENT = 0x2c
|
IPPROTO_FRAGMENT = 0x2c
|
||||||
IPPROTO_GRE = 0x2f
|
IPPROTO_GRE = 0x2f
|
||||||
IPPROTO_HOPOPTS = 0x0
|
IPPROTO_HOPOPTS = 0x0
|
||||||
@@ -852,6 +853,7 @@ const (
|
|||||||
IPPROTO_L2TP = 0x73
|
IPPROTO_L2TP = 0x73
|
||||||
IPPROTO_MH = 0x87
|
IPPROTO_MH = 0x87
|
||||||
IPPROTO_MPLS = 0x89
|
IPPROTO_MPLS = 0x89
|
||||||
|
IPPROTO_MPTCP = 0x106
|
||||||
IPPROTO_MTP = 0x5c
|
IPPROTO_MTP = 0x5c
|
||||||
IPPROTO_NONE = 0x3b
|
IPPROTO_NONE = 0x3b
|
||||||
IPPROTO_PIM = 0x67
|
IPPROTO_PIM = 0x67
|
||||||
|
|||||||
@@ -192,6 +192,7 @@ const (
|
|||||||
PPPIOCSRASYNCMAP = 0x40047454
|
PPPIOCSRASYNCMAP = 0x40047454
|
||||||
PPPIOCSXASYNCMAP = 0x4020744f
|
PPPIOCSXASYNCMAP = 0x4020744f
|
||||||
PPPIOCXFERUNIT = 0x744e
|
PPPIOCXFERUNIT = 0x744e
|
||||||
|
PROT_BTI = 0x10
|
||||||
PR_SET_PTRACER_ANY = 0xffffffffffffffff
|
PR_SET_PTRACER_ANY = 0xffffffffffffffff
|
||||||
PTRACE_SYSEMU = 0x1f
|
PTRACE_SYSEMU = 0x1f
|
||||||
PTRACE_SYSEMU_SINGLESTEP = 0x20
|
PTRACE_SYSEMU_SINGLESTEP = 0x20
|
||||||
|
|||||||
Reference in New Issue
Block a user