You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add missing arch to allowed_archs_as_regex_str
The `chroot_pattern` in `config.py` couldn't be filtered to remove
`riscv64` chroots before this patch because
it thought that is was an unknown architecture.
* While riscv64 indeed IS a known architecutre now,
we still don't want to build for it.
When sanitizing the chroots to be used in the config
we remove all riscv64 chroots.
0 commit comments