blob: 97a02c7adea7142c41a0fa9d5bf33659bfdd0e3e (
plain)
1
2
3
4
5
6
7
8
9
|
# build noarch package using PHP 8.4
include('el8x.tpl')
config_opts['root'] = 'el8x84'
config_opts['resultdir'] = "/var/lib/mock/el8x"
config_opts['module_enable'] = ['swig', 'javapackages-runtime', 'mariadb:10.3', 'nodejs:10', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-8.4', 'redis:remi-7.2']
|