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 --- el9x74.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'el9x74.cfg') 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" -- cgit