minio: Skip textrel QA error

Fixes
ERROR: QA Issue: minio: ELF binary /usr/sbin/mc has relocations in .text [textrel]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2022-07-07 07:06:53 -07:00
parent d16bc5a3f2
commit 7ed34745e2

View File

@@ -60,6 +60,7 @@ INSANE_SKIP:append:pn-go:riscv64 = " textrel"
# Seen with musl+clang13
INSANE_SKIP:append:pn-jemalloc:toolchain-clang:riscv64 = " textrel"
INSANE_SKIP:append:pn-libcereal:riscv64 = " textrel"
INSANE_SKIP:append:pn-minio:riscv64 = " textrel"
INSANE_SKIP:append:pn-xfsdump:riscv32 = " textrel"
INSANE_SKIP:append:pn-zabbix:riscv32 = " textrel"
@@ -91,6 +92,7 @@ INSANE_SKIP:append:pn-jemalloc:toolchain-clang:riscv32 = " textrel"
INSANE_SKIP:append:pn-apache2:riscv32 = " textrel"
INSANE_SKIP:append:pn-go:riscv32 = " textrel"
INSANE_SKIP:append:pn-libcereal:riscv32 = " textrel"
INSANE_SKIP:append:pn-minio:riscv32 = " textrel"
# These recipe dont _yet_ build for rv32
COMPATIBLE_HOST:pn-openh264:riscv32 = "null"