From 13aedede54f896ebad77ca05116d67ff669b2fca Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Tue, 19 Apr 2022 11:17:01 +0200 Subject: [PATCH] Temporarily disable the arch restrictions I see module build failures that I don't see locally and the only thing I have here different is the arch restrictions reverted as fedmod or some part of it doesn't support them. --- hydrapaper.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hydrapaper.yaml b/hydrapaper.yaml index 291e3e2..e09479a 100644 --- a/hydrapaper.yaml +++ b/hydrapaper.yaml @@ -22,29 +22,22 @@ data: default: rpms: - hydrapaper - buildopts: - arches: [aarch64, x86_64] components: rpms: dbus-python: rationale: Runtime dependency ref: f35 - arches: [aarch64,x86_64] hydrapaper: rationale: Application package ref: f35 - arches: [aarch64,x86_64] buildorder: 10 libadwaita: rationale: Runtime dependency ref: f35 - arches: [aarch64,x86_64] python-olefile: rationale: Runtime dependency ref: f35 - arches: [aarch64,x86_64] python-pillow: rationale: Runtime dependency ref: f35 - arches: [aarch64,x86_64] ...