1
0
Fork 0
forked from infra/ansible

copr: do the powerful builds only for selected arches

This commit is contained in:
Miroslav Suchý 2026-05-07 10:22:28 +02:00
commit 1d53d6dd5a

View file

@ -290,7 +290,7 @@ EXTRA_BUILDCHROOT_TAGS = [{
"tags": ["on_demand_powerful"],
},{
# packages that always takes time to build
"pattern": ".*/.*/.*/(firefox|thunderbird|pytorch|llvm|gcc|kernel)$",
"pattern": ".*/.*/.*(x86_64|aarch64|ppc64le)/(firefox|thunderbird|pytorch|llvm|gcc|kernel)$",
"tags": ["on_demand_powerful"],
}]
{% endif %}