impl profile evaluation
All checks were successful
Gentoo Utils / build-oci-image (pull_request) Successful in 11s
Gentoo Utils / build (pull_request) Successful in 40s

This commit is contained in:
2025-11-29 20:43:28 +00:00
parent e06415fb7b
commit b41593eb0b
15 changed files with 1364 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ tests = {}
subdir('porthole')
subdir('repo')
subdir('profile')
foreach test, test_args : tests
stem = fs.stem(test)
@@ -15,5 +16,6 @@ foreach test, test_args : tests
link_with: [gentoo_utils],
),
args: test_args,
timeout: 0,
)
endforeach