copr: builders: disable bootstrap chroot for armhfp fedora

Users can disable bootstrap themselves, but it doesn't seem to be worth
bothering everyone while rhbz#1895363 is not moving anywhere.

More info:
https://pagure.io/copr/copr/issue/1660
https://bugzilla.redhat.com/show_bug.cgi?id=1895363
This commit is contained in:
Pavel Raiskup 2021-01-27 09:47:08 +01:00
parent b9d52f1b65
commit 863ef89512
4 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,8 @@
config_opts['releasever'] = '32'
config_opts['target_arch'] = 'armv7hl'
config_opts['legal_host_arches'] = ('armv7l', 'armv8l', 'aarch64')
# https://bugzilla.redhat.com/show_bug.cgi?id=1895363
config_opts['use_bootstrap'] = False
include('templates/fedora-branched.tpl')

View file

@ -0,0 +1,8 @@
config_opts['releasever'] = '33'
config_opts['target_arch'] = 'armv7hl'
config_opts['legal_host_arches'] = ('armv7l', 'armv8l', 'aarch64')
# https://bugzilla.redhat.com/show_bug.cgi?id=1895363
config_opts['use_bootstrap'] = False
include('templates/fedora-branched.tpl')

View file

@ -0,0 +1,7 @@
config_opts['target_arch'] = 'armv7hl'
config_opts['legal_host_arches'] = ('armv7l', 'armv8l', 'aarch64')
# https://bugzilla.redhat.com/show_bug.cgi?id=1895363
config_opts['use_bootstrap'] = False
include('templates/fedora-rawhide.tpl')

View file

@ -0,0 +1,7 @@
config_opts['target_arch'] = 'armv7hl'
config_opts['legal_host_arches'] = ('armv7l', 'armv8l', 'aarch64')
# https://bugzilla.redhat.com/show_bug.cgi?id=1895363
config_opts['use_bootstrap'] = False
include('templates/fedora-rawhide.tpl')