Hi Antony, On 22-10-22, Antony Pavlov wrote: > On Wed, 5 Oct 2022 13:12:13 +0200 > Marco Felsch <m.felsch@xxxxxxxxxxxxxx> wrote: > > Hi Marco! > > It looks like this commit breaks emulate.pl, e.g. > > ARCH=riscv > ARCH=${ARCH} ./test/emulate.pl --kconfig-full --test -- --junitxml=$PWD/$ARCH.tests.xml --lg-log=$PWD/log/$ARCH > > reports > > Can't find default configuration "arch/riscv/configs/virt64_defconfig"! > > Please see details: https://gitlab.com/frantony/barebox/-/jobs/3211154690#L111 Please see: https://gitlab.com/frantony/barebox/-/jobs/3211154690#L106 You are passing "--kconfig=virt64_defconfig" to tuxmake. I think this is the failure. Regards, Marco