From 0978ff3e1990e1ce9b0dc82bded39446543afe32 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 28 May 2021 17:47:24 -0700 Subject: [PATCH] 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 --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 4fdd7ce..1710a6c 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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