mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-03 23:34:40 +02:00
fish: Skip textrels on rv32/rv64
Ignore Build QA errors for now fish-3.2.2: fish: ELF binary /usr/bin/fish_key_reader has relocations in .text fish: ELF binary /usr/bin/fish_key_reader has relocations in .text fish: ELF binary /usr/bin/fish_indent has relocations in .text fish: ELF binary /usr/bin/fish_indent has relocations in .text fish: ELF binary /usr/bin/fish has relocations in .text fish: ELF binary /usr/bin/fish has relocations in .text [textrel] Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Alistair Francis
parent
f93cce53b7
commit
0978ff3e19
@@ -48,6 +48,7 @@ INSANE_SKIP_append_pn-util-linux_riscv64 = " textrel"
|
||||
# Only seen when build with gcc
|
||||
INSANE_SKIP_append_pn-cmocka_riscv64 = " textrel"
|
||||
INSANE_SKIP_append_pn-rust-hello-world_riscv64 = " textrel"
|
||||
INSANE_SKIP_append_pn-fish_riscv64 = " textrel"
|
||||
|
||||
INSANE_SKIP_append_pn-xfsdump_riscv32 = " textrel"
|
||||
INSANE_SKIP_append_pn-zabbix_riscv32 = " textrel"
|
||||
@@ -68,6 +69,7 @@ INSANE_SKIP_append_pn-doxygen_riscv32 = " textrel"
|
||||
INSANE_SKIP_append_pn-opengl-es-cts_riscv32 = " textrel"
|
||||
INSANE_SKIP_append_pn-perf_riscv32 = " textrel"
|
||||
INSANE_SKIP_append_pn-rust-hello-world_riscv32 = " textrel"
|
||||
INSANE_SKIP_append_pn-fish_riscv32 = " textrel"
|
||||
# Only seen when build with gcc
|
||||
INSANE_SKIP_append_pn-cmocka_riscv32 = " textrel"
|
||||
# Only seen when build with gcc
|
||||
|
||||
Reference in New Issue
Block a user