diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-09-21 07:58:56 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-21 10:20:30 -0700 |
commit | 5f325ff8119d2ea8229e42955c3e43309915f6bf (patch) | |
tree | 6acfafc29df45bfe80fb62161967f0772acae02b /dynamic-layers/openembedded-layer | |
parent | b525885a79c9110621e0808edf4b68d1bc2cc3a5 (diff) | |
download | meta-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/openembedded-layer')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.18.0.bb | 4 |
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 | ||
31 | PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" | 31 | PACKAGECONFIG ?= "${@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 | ||
35 | PACKAGECONFIG:remove:riscv64 = "tests" | ||
36 | |||
37 | PACKAGECONFIG[tests] = "-DBUILD_TESTING=ON,-DBUILD_TESTING=OFF,gtest xxd-native" | 33 | PACKAGECONFIG[tests] = "-DBUILD_TESTING=ON,-DBUILD_TESTING=OFF,gtest xxd-native" |
38 | 34 | ||
39 | do_install_ptest() { | 35 | do_install_ptest() { |