internal/rosa: enforce exclusions

This restores unexported artifact behaviour.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-21 14:17:30 +09:00
parent 443a7a30f6
commit 40b33f9fc7
7 changed files with 32 additions and 10 deletions

View File

@@ -387,7 +387,7 @@ func main() {
}
done:
for _, p := range rosa.Native().Collect() {
for _, p := range rosa.Native().CollectAll() {
select {
case w <- p:
break