read arch.list
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 10s
Gentoo Utils / grep (push) Failing after 2m2s
Gentoo Utils / check-format (push) Failing after 2m6s
Gentoo Utils / docs (push) Failing after 2m5s
Gentoo Utils / build (push) Failing after 5s
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 10s
Gentoo Utils / grep (push) Failing after 2m2s
Gentoo Utils / check-format (push) Failing after 2m6s
Gentoo Utils / docs (push) Failing after 2m5s
Gentoo Utils / build (push) Failing after 5s
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped
This commit is contained in:
@@ -18,6 +18,14 @@ fn main() {
|
||||
|
||||
assert_eq!(global_package_mask, vec!["app-editors/vim"]);
|
||||
|
||||
assert_eq!(
|
||||
repo.arch_list()
|
||||
.iter()
|
||||
.map(|arch| arch.get())
|
||||
.collect::<Vec<_>>(),
|
||||
vec!["amd64", "aarch64"]
|
||||
);
|
||||
|
||||
let profile = repo
|
||||
.evaluate_profile("gentoo-desktop")
|
||||
.expect("failed to evaluate profile");
|
||||
|
||||
Reference in New Issue
Block a user