Skip to content
Snippets Groups Projects
Unverified Commit 9ca0ada5 authored by Jens Reidel's avatar Jens Reidel
Browse files

core: chroot: Deduplicate supported arch list (MR 2476)


self.arch is a property and calls Arch.from_str, which errors upon
encountering an unknown architecture. Therefore, the error message is
changed and needs to be adjusted in the tests. Since Arch.supported is a
set, error messages were not deterministic before, so we need to sort
the list of architectures now.

Signed-off-by: default avatarJens Reidel <adrian@travitia.xyz>
parent 6d72043a
Branches
Tags
1 merge request!2476Support ppc64le and fix cross architecture bootstrapping
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment