1
0
Fork 0
forked from infra/ansible

copr: enable powerful builders for firefox and thunderbird

This commit is contained in:
Miroslav Suchý 2026-05-04 09:53:04 +02:00
commit 21f9d92f8a

View file

@ -288,6 +288,10 @@ EXTRA_BUILDCHROOT_TAGS = [{
# https://github.com/fedora-copr/copr/issues/4256
"pattern": "^@python/python3\.\d+/.*/root$",
"tags": ["on_demand_powerful"],
},{
# packages that always takes time to build
"pattern": ".*/.*/.*/(firefox|thunderbird)$",
"tags": ["on_demand_powerful"],
}]
{% endif %}