mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
kernel: Re-enable perf build
resolves #3498 Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
f3a0d1c4d8
commit
2959fc52c5
@ -150,8 +150,7 @@ show-tags: show-tag_$(2)$(3)$(4)
|
|||||||
# with DOCKER_CONTENT_TRUST explicitly set to 0
|
# with DOCKER_CONTENT_TRUST explicitly set to 0
|
||||||
|
|
||||||
# Only build perf on x86 and latest LTS and stable kernels
|
# Only build perf on x86 and latest LTS and stable kernels
|
||||||
# Temporarily disable perf build: https://github.com/linuxkit/linuxkit/issues/3498
|
ifeq ($(ARCH),x86_64)
|
||||||
ifeq ($(ARCH),disabled)
|
|
||||||
ifeq ($(2), $(filter $(2),5.6.x 5.4.x))
|
ifeq ($(2), $(filter $(2),5.6.x 5.4.x))
|
||||||
build_perf_$(2)$(3)$(4): build_$(2)$(3)$(4)
|
build_perf_$(2)$(3)$(4): build_$(2)$(3)$(4)
|
||||||
docker pull $(ORG)/$(IMAGE_PERF):$(1)$(3)$(4)-$(TAG)$(SUFFIX) || \
|
docker pull $(ORG)/$(IMAGE_PERF):$(1)$(3)$(4)-$(TAG)$(SUFFIX) || \
|
||||||
|
Loading…
Reference in New Issue
Block a user