From 5e867eeaeafee978411ea654aa7c9afbf736a14c Mon Sep 17 00:00:00 2001 From: He Zhe Date: Tue, 28 Apr 2020 21:08:32 +0800 Subject: layer.conf: Add bpftrace to non-multilib list bpftrace is only compatible with x86_64, aarch64 and powerpc64. So it's not able to built as 32 bit binary. Signed-off-by: He Zhe --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 5d4eafd..e63fcb7 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -34,4 +34,4 @@ LLVMVERSION = "10.0.0" require conf/nonclangable.conf require conf/nonscanable.conf -NON_MULTILIB_RECIPES_append = " bcc" +NON_MULTILIB_RECIPES_append = " bcc bpftrace" -- cgit v1.2.3-54-g00ecf