mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 15:31:05 +02:00
app-emulation: use Go 1.13 for runc and containerd
We need to use Go 1.13 for runc and containerd, to build the latest versions at all.
This commit is contained in:
parent
646a24c608
commit
ea35df731e
@ -5,7 +5,7 @@ EAPI=6
|
|||||||
|
|
||||||
GITHUB_URI="github.com/containerd/containerd"
|
GITHUB_URI="github.com/containerd/containerd"
|
||||||
COREOS_GO_PACKAGE="${GITHUB_URI}"
|
COREOS_GO_PACKAGE="${GITHUB_URI}"
|
||||||
COREOS_GO_VERSION="go1.10"
|
COREOS_GO_VERSION="go1.13"
|
||||||
|
|
||||||
if [[ ${PV} == *9999 ]]; then
|
if [[ ${PV} == *9999 ]]; then
|
||||||
EGIT_REPO_URI="https://${GITHUB_URI}.git"
|
EGIT_REPO_URI="https://${GITHUB_URI}.git"
|
||||||
|
@ -5,7 +5,7 @@ EAPI=6
|
|||||||
EGO_PN="github.com/docker/libnetwork"
|
EGO_PN="github.com/docker/libnetwork"
|
||||||
|
|
||||||
COREOS_GO_PACKAGE="${EGO_PN}"
|
COREOS_GO_PACKAGE="${EGO_PN}"
|
||||||
COREOS_GO_VERSION="go1.10"
|
COREOS_GO_VERSION="go1.13"
|
||||||
|
|
||||||
if [[ ${PV} == *9999 ]]; then
|
if [[ ${PV} == *9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
|
@ -5,7 +5,7 @@ EAPI=6
|
|||||||
|
|
||||||
GITHUB_URI="github.com/opencontainers/runc"
|
GITHUB_URI="github.com/opencontainers/runc"
|
||||||
COREOS_GO_PACKAGE="${GITHUB_URI}"
|
COREOS_GO_PACKAGE="${GITHUB_URI}"
|
||||||
COREOS_GO_VERSION="go1.10"
|
COREOS_GO_VERSION="go1.13"
|
||||||
# the commit of runc that docker uses.
|
# the commit of runc that docker uses.
|
||||||
# see https://github.com/docker/docker-ce/blob/v19.03.5-ce/components/engine/hack/dockerfile/install/runc.installer#L4
|
# see https://github.com/docker/docker-ce/blob/v19.03.5-ce/components/engine/hack/dockerfile/install/runc.installer#L4
|
||||||
# Update the patch number when this commit is changed (i.e. the _p in the ebuild).
|
# Update the patch number when this commit is changed (i.e. the _p in the ebuild).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user