From 169f031ce9b4476af8ca1b34f9f6fefc8557400d Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Thu, 16 Apr 2020 13:16:13 +0100 Subject: [PATCH] kernel: Disable perf build for now. See: https://github.com/linuxkit/linuxkit/issues/3498 Signed-off-by: Rolf Neugebauer --- kernel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/Makefile b/kernel/Makefile index 85bc9b7ac..65445e1c5 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -150,7 +150,8 @@ show-tags: show-tag_$(2)$(3)$(4) # with DOCKER_CONTENT_TRUST explicitly set to 0 # Only build perf on x86 and latest LTS and stable kernels -ifeq ($(ARCH),x86_64) +# Temporarily disable perf build: https://github.com/linuxkit/linuxkit/issues/3498 +ifeq ($(ARCH),disabled) ifeq ($(2), $(filter $(2),5.6.x 5.4.x)) build_perf_$(2)$(3)$(4): build_$(2)$(3)$(4) docker pull $(ORG)/$(IMAGE_PERF):$(1)$(3)$(4)-$(TAG)$(SUFFIX) || \