kernel: Compile bcc for 4.19 instead of 4.18 (x86_64 only)

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2018-10-27 12:37:51 +01:00
parent 936d47fd2f
commit 1467a70b44

View File

@ -194,9 +194,9 @@ forcepush: forcepush_perf_$(2)$(3)$(4)
endif
# For BCC, only build on x86 and only on latest LTS and latest stable.
# That's 4.14.x and 4.18.x at time of authorship.
# That's 4.14.x and 4.19.x at time of authorship.
ifeq ($(ARCH),x86_64)
ifeq ($(2), $(filter $(2),4.14.x 4.18.x))
ifeq ($(2), $(filter $(2),4.14.x 4.19.x))
build_bcc_$(2)$(3)$(4): build_$(2)$(3)$(4)
docker pull $(ORG)/$(IMAGE_BCC):$(1)$(3)$(4)-$(TAG)$(SUFFIX) || \
DOCKER_CONTENT_TRUST=0 docker build -f Dockerfile.bcc \