#1096 Temporarily drop armhfp here so we can push out updates for other arches
Merged 2 years ago by kevin. Opened 2 years ago by kevin.
Unknown source f34-disable-armhfp  into  f34

file modified
+3 -3
@@ -17,7 +17,7 @@

  sigkeys = ['429476B4'] # None = unsigned

  # limit tree architectures

  # if undefined, all architectures from variants.xml will be included

- tree_arches = ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64']

+ tree_arches = ['aarch64', 'ppc64le', 's390x', 'x86_64']

  # limit tree variants

  # if undefined, all variants from variants.xml will be included

  tree_variants = ['Container']
@@ -227,7 +227,7 @@

                      'kickstart': 'fedora-container-base.ks',

                      'distro': 'Fedora-22',

                      'disk_size': 5,

-                     'arches': ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64'],

+                     'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'],

                      'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/34/latest-Fedora-34/compose/Everything/$arch/os/',

                      'repo': [

                          'https://kojipkgs.fedoraproject.org/compose/updates/f34-updates/compose/Everything/$arch/os/'
@@ -249,7 +249,7 @@

                      'kickstart': 'fedora-container-base-minimal.ks',

                      'distro': 'Fedora-22',

                      'disk_size': 5,

-                     'arches': ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64'],

+                     'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'],

                      'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/34/latest-Fedora-34/compose/Everything/$arch/os/',

                      'repo': [

                          'https://kojipkgs.fedoraproject.org/compose/updates/f34-updates/compose/Everything/$arch/os/'

armhfp is failing container updates for ages.
See https://bugzilla.redhat.com/show_bug.cgi?id=2077680
Since we have been unable to fix that, lets drop armhfp for a bit until
we can fix it. Sorry arm users.

Signed-off-by: Kevin Fenzi kevin@scrye.com

Is there a ticket/reason for it being disabled?

Yes? See the bug?
https://bugzilla.redhat.com/show_bug.cgi?id=2077680

Any ideas on how to debug that welcome!

Pull-Request has been merged by kevin

2 years ago
Metadata