summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-09-21 07:58:56 -0700
committerKhem Raj <raj.khem@gmail.com>2023-09-21 10:20:30 -0700
commit5f325ff8119d2ea8229e42955c3e43309915f6bf (patch)
tree6acfafc29df45bfe80fb62161967f0772acae02b /dynamic-layers
parentb525885a79c9110621e0808edf4b68d1bc2cc3a5 (diff)
downloadmeta-clang-5f325ff8119d2ea8229e42955c3e43309915f6bf.tar.gz
bpftrace: Build tests for rv64 again
The issue has been fixed upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.18.0.bb4
1 files changed, 0 insertions, 4 deletions
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
30 30
31PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" 31PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
32 32
33# Clang-15.x crashes compiling some usdt tests
34# see https://github.com/llvm/llvm-project/issues/58477
35PACKAGECONFIG:remove:riscv64 = "tests"
36
37PACKAGECONFIG[tests] = "-DBUILD_TESTING=ON,-DBUILD_TESTING=OFF,gtest xxd-native" 33PACKAGECONFIG[tests] = "-DBUILD_TESTING=ON,-DBUILD_TESTING=OFF,gtest xxd-native"
38 34
39do_install_ptest() { 35do_install_ptest() {