botan: Remove ptests execution on rv32

It needs go compiler and runtime which is missing on rv32

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-12-29 10:09:54 -08:00
parent 9ff84fd180
commit 0a5a41e49e
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -67,7 +67,8 @@ PTESTS_FAST_META_OE:append:x86-64 = " mcelog"
PTESTS_FAST_META_OE:remove:libc-musl = "jemalloc minicoredumper oprofile" PTESTS_FAST_META_OE:remove:libc-musl = "jemalloc minicoredumper oprofile"
PTESTS_FAST_META_OE:remove:riscv64 = "nodejs oprofile" PTESTS_FAST_META_OE:remove:riscv64 = "nodejs oprofile"
PTESTS_FAST_META_OE:remove:riscv32 = "nodejs oprofile" # botan needs go
PTESTS_FAST_META_OE:remove:riscv32 = "botan nodejs oprofile"
PTESTS_SLOW_META_OE = "\ PTESTS_SLOW_META_OE = "\
c-ares \ c-ares \