As common isn't built for RISC-V architecture now, accordingly,
common/coverage (where __gconv_* function are defined) isn't built either
but randconfig may decide to enable CONFIG_COVERAGE which will lead to
the following compilation error:
riscv64-linux-gnu-ld: prelink.o: in function `.L0 ':
arch/riscv/early_printk.c:(.text+0x18):
undefined reference to `__gcov_init'
riscv64-linux-gnu-ld: arch/riscv/early_printk.c:(.text+0x40):
undefined reference to `__gcov_exit'
Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
CONTAINER: archlinux:riscv64
KBUILD_DEFCONFIG: tiny64_defconfig
RANDCONFIG: y
+ EXTRA_FIXED_RANDCONFIG:
+ CONFIG_COVERAGE=n
riscv64-cross-gcc-debug-randconfig:
extends: .gcc-riscv64-cross-build-debug
CONTAINER: archlinux:riscv64
KBUILD_DEFCONFIG: tiny64_defconfig
RANDCONFIG: y
+ EXTRA_FIXED_RANDCONFIG:
+ CONFIG_COVERAGE=n
## Test artifacts common