mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
Enable bcc in the kernel build again.
The bcc portion of the build had been disabled because it wasn't building. Now that bcc is building again, add it back to the list of default targets in the kernel build. Signed-off-by: Krister Johansen <krister.johansen@oracle.com>
This commit is contained in:
parent
898232ceab
commit
13068d54d4
@ -226,11 +226,10 @@ forcepush_bcc_$(2)$(3)$(4): notdirty forcebuild_bcc_$(2)$(3)$(4)
|
||||
$(PUSH_MANIFEST) $(ORG)/$(IMAGE_BCC):$(1)$(3)$(4)-$(TAG) && \
|
||||
$(PUSH_MANIFEST) $(ORG)/$(IMAGE_BCC):$(1)$(3)$(4)
|
||||
|
||||
# Disable bcc build as it is failing: https://github.com/linuxkit/linuxkit/issues/3652
|
||||
# build: build_bcc_$(2)$(3)$(4)
|
||||
# forcebuild: forcebuild_bcc_$(2)$(3)$(4)
|
||||
# push: push_bcc_$(2)$(3)$(4)
|
||||
# forcepush: forcepush_bcc_$(2)$(3)$(4)
|
||||
build: build_bcc_$(2)$(3)$(4)
|
||||
forcebuild: forcebuild_bcc_$(2)$(3)$(4)
|
||||
push: push_bcc_$(2)$(3)$(4)
|
||||
forcepush: forcepush_bcc_$(2)$(3)$(4)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user