Re: git: d5fd5cdc0638 - main - Temporarily skip sys.netgraph.hub.loop on RISC-V in CI

From: Lutz Donnerhacke <lutz_at_donnerhacke.de>
Date: Wed, 13 Oct 2021 23:14:19 UTC
On Wed, Oct 13, 2021 at 09:31:35PM +0000, Li-Wen Hsu wrote:
>     Temporarily skip sys.netgraph.hub.loop on RISC-V in CI
>     
> +#if defined(__riscv)
> +	if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
> +		atf_tc_skip("https://bugs.freebsd.org/259157");
> +#endif

It seems to never worked on RISC, all builds fail since the test was
activated two weeks ago. (The builds fail for many reasons ...)

Somebody with RISC experience available to have a look?
I don't have a clue.