From b425835948acf66861227655b27e41e43990531b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jul 2022 10:35:09 +0200 Subject: install module in root cache for faster builds --- el8x74.cfg | 1 + el8x80.cfg | 1 + el8x81.cfg | 1 + el9a74.cfg | 3 ++- el9a80.cfg | 3 ++- el9a81.cfg | 3 ++- el9x74.cfg | 3 ++- el9x80.cfg | 3 ++- el9x81.cfg | 3 ++- 9 files changed, 15 insertions(+), 6 deletions(-) diff --git a/el8x74.cfg b/el8x74.cfg index 75e18ab..2570d16 100644 --- a/el8x74.cfg +++ b/el8x74.cfg @@ -6,6 +6,7 @@ config_opts['root'] = 'el8x74' config_opts['resultdir'] = "/var/lib/mock/el8x74" config_opts['module_enable'] = ['varnish:6', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.4', 'redis:remi-6.0'] +config_opts['module_install'] = ['php:remi-7.4/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" diff --git a/el8x80.cfg b/el8x80.cfg index 6f98c08..fede2e1 100644 --- a/el8x80.cfg +++ b/el8x80.cfg @@ -6,6 +6,7 @@ config_opts['root'] = 'el8x80' config_opts['resultdir'] = "/var/lib/mock/el8x80" config_opts['module_enable'] = ['varnish:6', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-8.0', 'redis:remi-6.0'] +config_opts['module_install'] = ['php:remi-8.0/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" diff --git a/el8x81.cfg b/el8x81.cfg index 2f2e806..4d16e1d 100644 --- a/el8x81.cfg +++ b/el8x81.cfg @@ -6,6 +6,7 @@ config_opts['root'] = 'el8x81' config_opts['resultdir'] = "/var/lib/mock/el8x81" config_opts['module_enable'] = ['varnish:6', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-8.1', 'redis:remi-6.0'] +config_opts['module_install'] = ['php:remi-8.1/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" diff --git a/el9a74.cfg b/el9a74.cfg index b293be4..d065e34 100644 --- a/el9a74.cfg +++ b/el9a74.cfg @@ -5,7 +5,8 @@ include('el9a.tpl') config_opts['root'] = 'el9a74' config_opts['resultdir'] = "/var/lib/mock/el9a74" -config_opts['module_enable'] = ['php:remi-7.4'] +config_opts['module_enable'] = ['php:remi-7.4'] +config_opts['module_install'] = ['php:remi-7.4/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" diff --git a/el9a80.cfg b/el9a80.cfg index db1b483..773e249 100644 --- a/el9a80.cfg +++ b/el9a80.cfg @@ -5,7 +5,8 @@ include('el9a.tpl') config_opts['root'] = 'el9a80' config_opts['resultdir'] = "/var/lib/mock/el9a80" -config_opts['module_enable'] = ['php:remi-8.0'] +config_opts['module_enable'] = ['php:remi-8.0'] +config_opts['module_install'] = ['php:remi-8.0/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" diff --git a/el9a81.cfg b/el9a81.cfg index fd465f1..b6676c1 100644 --- a/el9a81.cfg +++ b/el9a81.cfg @@ -5,7 +5,8 @@ include('el9a.tpl') config_opts['root'] = 'el9a81' config_opts['resultdir'] = "/var/lib/mock/el9a81" -config_opts['module_enable'] = ['php:remi-8.1'] +config_opts['module_enable'] = ['php:remi-8.1'] +config_opts['module_install'] = ['php:remi-8.1/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" diff --git a/el9x74.cfg b/el9x74.cfg index 252f7b0..9f3b490 100644 --- a/el9x74.cfg +++ b/el9x74.cfg @@ -5,7 +5,8 @@ include('el9x.tpl') config_opts['root'] = 'el9x74' config_opts['resultdir'] = "/var/lib/mock/el9x74" -config_opts['module_enable'] = ['php:remi-7.4'] +config_opts['module_enable'] = ['php:remi-7.4'] +config_opts['module_install'] = ['php:remi-7.4/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" diff --git a/el9x80.cfg b/el9x80.cfg index b321456..c908244 100644 --- a/el9x80.cfg +++ b/el9x80.cfg @@ -5,7 +5,8 @@ include('el9x.tpl') config_opts['root'] = 'el9x80' config_opts['resultdir'] = "/var/lib/mock/el9x80" -config_opts['module_enable'] = ['php:remi-8.0'] +config_opts['module_enable'] = ['php:remi-8.0'] +config_opts['module_install'] = ['php:remi-8.0/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" diff --git a/el9x81.cfg b/el9x81.cfg index 2029852..93e30d3 100644 --- a/el9x81.cfg +++ b/el9x81.cfg @@ -5,7 +5,8 @@ include('el9x.tpl') config_opts['root'] = 'el9x81' config_opts['resultdir'] = "/var/lib/mock/el9x81" -config_opts['module_enable'] = ['php:remi-8.1'] +config_opts['module_enable'] = ['php:remi-8.1'] +config_opts['module_install'] = ['php:remi-8.1/devel'] nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" -- cgit