From 63982e7f8c25b86501899e48346a7c26ad7e73ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Bj=C3=B6rklund?= Date: Sun, 16 Jun 2019 00:19:56 +0200 Subject: [PATCH] Upgrade buildroot minor version Fix issue with exceeding shell command line length limits for certain setups. https://git.buildroot.net/buildroot/tree/CHANGES?h=2018.05.x --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb2ac2f61..28c4b7334 100755 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) DEB_VERSION ?= $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) RPM_VERSION ?= $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1) -BUILDROOT_BRANCH ?= 2018.05 +BUILDROOT_BRANCH ?= 2018.05.3 REGISTRY?=gcr.io/k8s-minikube HYPERKIT_BUILD_IMAGE ?= karalabe/xgo-1.12.x -- GitLab