jemalloc: Ignore textrels on rv32 as well

ptests end up with textrels

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2022-03-04 23:49:43 -08:00
parent 576cfff181
commit 7deee0ded5

View File

@@ -80,6 +80,7 @@ INSANE_SKIP:append:pn-cmocka:riscv32 = " textrel"
# Only seen when build with gcc
INSANE_SKIP:append:pn-util-linux:riscv32 = " textrel"
INSANE_SKIP:append:pn-apitrace:riscv32 = " textrel"
INSANE_SKIP:append:pn-jemalloc:toolchain-clang:riscv32 = " textrel"
# These recipe dont _yet_ build for rv32
COMPATIBLE_HOST:pn-openh264:riscv32 = "null"