From bd850792c8c9be8479cf1a9b90508b24b9a71d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 28 Jan 2025 13:19:09 +0100 Subject: [PATCH] enable powerful builders for wojnilowicz/ungoogled-chromium https://github.com/fedora-copr/copr/issues/3603 --- roles/copr/frontend/templates/copr.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 7c52b0ef3f..05565c07ce 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -250,6 +250,10 @@ EXTRA_BUILDCHROOT_TAGS = [{ # https://github.com/fedora-copr/copr/issues/3512 "pattern": "@kernel-vanilla/.*/.*(x86_64|aarch64)/.*", "tags": ["on_demand_powerful"], +}, { + # https://github.com/fedora-copr/copr/issues/3603 + "pattern": "wojnilowicz/ungoogled-chromium/.*(x86_64|aarch64)/.*", + "tags": ["on_demand_powerful"], }] {% endif %}