From 5f325ff8119d2ea8229e42955c3e43309915f6bf Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 21 Sep 2023 07:58:56 -0700 Subject: bpftrace: Build tests for rv64 again The issue has been fixed upstream Signed-off-by: Khem Raj --- .../openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.18.0.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dynamic-layers') diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.18.0.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.18.0.bb index d0c85b4..3d58832 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.18.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.18.0.bb @@ -30,10 +30,6 @@ inherit cmake ptest PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" -# Clang-15.x crashes compiling some usdt tests -# see https://github.com/llvm/llvm-project/issues/58477 -PACKAGECONFIG:remove:riscv64 = "tests" - PACKAGECONFIG[tests] = "-DBUILD_TESTING=ON,-DBUILD_TESTING=OFF,gtest xxd-native" do_install_ptest() { -- cgit v1.2.3-54-g00ecf