diff options
Diffstat (limited to 'el9a.tpl')
-rw-r--r-- | el9a.tpl | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -10,9 +10,9 @@ config_opts['package_manager'] = 'dnf' config_opts['plugin_conf']['ccache_enable'] = False config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' -config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.el9x/" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.el9x/" -config_opts['basedir'] = '/dev/shm/' +config_opts['basedir'] = '/dev/build/' config_opts['cleanup_on_success'] = True config_opts['cleanup_on_failure'] = False @@ -20,16 +20,17 @@ config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j30" +config_opts['macros']['%_smp_mflags']="-j24" config_opts['macros']['%dist']=".el9.remi" config_opts['macros']['%rhel']="9" config_opts['macros']['%_with_ibase']="1" config_opts['macros']['%_with_oci8']="1" -config_opts['macros']['%runselftest']="0" +config_opts['macros']['%_without_zts']="1" +config_opts['macros']['%runselftest']="1" config_opts['environment']['ACCEPT_EULA'] = 'Y' -config_opts['module_enable'] = ['php:remi-8.0', 'redis:remi-7.0'] +config_opts['module_enable'] = ['php:remi-8.0', 'redis:remi-7.2'] config_opts['yum.conf'] = """ [main] @@ -58,12 +59,13 @@ enabled=1 name=rhel-9-appstream baseurl=file:/mnt/rhel-9-aarch64/AppStream/ enabled=1 -excludepkgs=php* +## excludepkgs=php* [epel] name=epel -;mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=aarch64 -baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64/ +#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=aarch64 +metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-9&arch=aarch64 +#baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64/ exclude=epel-rpm-macros enabled=1 |