Skip to content

Commit

Permalink
fix/mock configs/multilib (#1575)
Browse files Browse the repository at this point in the history
* feat(mock-configs): i386 multilib support

* missing 40 mock files

* bad date

* feat: pull from Fedora Koji for i686

* fix: jinja2 templating

* fix: proper chroot setup cmd

---------

Signed-off-by: Cappy Ishihara <[email protected]>
Co-authored-by: madonuko <[email protected]>
  • Loading branch information
korewaChino and madonuko authored Jul 19, 2024
1 parent b30d713 commit b50d5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anda/terra/mock-configs/terra.tpl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
config_opts['root'] = 'terra-{{ releasever }}-{{ target_arch }}'
config_opts['dist'] = 'fc{{ releasever }}' # only useful for --resultdir variable subst
config_opts['macros']['%dist'] = '.fc{{ releasever }}'
config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
config_opts['package_manager'] = 'dnf5'
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['bootstrap_image'] = 'registry.fedoraproject.org/fedora:{{ releasever }}'
config_opts['mirrored'] = config_opts['target_arch'] != 'i686'
config_opts['chroot_setup_cmd'] = 'install @{% if mirrored %}buildsys-{% endif %}build'
config_opts['plugin_conf']['root_cache_enable'] = True
config_opts['plugin_conf']['yum_cache_enable'] = True
config_opts['plugin_conf']['ccache_enable'] = True
Expand Down

0 comments on commit b50d5ae

Please sign in to comment.