mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-02 23:47:11 +00:00
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:
@@ -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
Reference in New Issue
Block a user