kernel: Compile bcc for 4.18 not 4.17

We want to compile BCC for the latest LTS and the latest
stable and missed the update to 4.18 when enabling it. Do
it now.

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2018-09-03 20:49:30 +01:00
parent 66f85ffeba
commit 287c579934
2 changed files with 2 additions and 4230 deletions

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.17.x at time of authorship.
# That's 4.14.x and 4.18.x at time of authorship.
ifeq ($(ARCH),x86_64)
ifeq ($(2), $(filter $(2),4.14.x 4.17.x))
ifeq ($(2), $(filter $(2),4.14.x 4.18.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 \

File diff suppressed because it is too large Load Diff