1
0
Fork 0
forked from infra/ansible

copr: high performance builder for karlinator/texlive-2023

Fix https://github.com/fedora-copr/copr/issues/4319
This commit is contained in:
Jakub Kadlcik 2026-05-20 09:57:24 +02:00
commit c33602daf4

View file

@ -292,6 +292,10 @@ EXTRA_BUILDCHROOT_TAGS = [{
# packages that always takes time to build
"pattern": ".*/.*/.*(x86_64|aarch64|ppc64le)/(firefox|thunderbird|pytorch|llvm|gcc|kernel)$",
"tags": ["on_demand_powerful"],
},{
# https://github.com/fedora-copr/copr/issues/4319
"pattern": "^karlinator/texlive-2023/.*(x86_64|aarch64)/texlive*",
"tags": ["on_demand_powerful"],
}]
{% endif %}