summaryrefslogtreecommitdiffstats
path: root/el9x80.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-07-28 10:35:09 +0200
committerRemi Collet <remi@php.net>2022-07-28 10:35:09 +0200
commitb425835948acf66861227655b27e41e43990531b (patch)
tree266552d7f5275123557ec4dc9fde4e458e1a56c1 /el9x80.cfg
parent6561c4404b9c127d253981d17bb29079f7609937 (diff)
install module in root cache for faster builds
Diffstat (limited to 'el9x80.cfg')
-rw-r--r--el9x80.cfg3
1 files changed, 2 insertions, 1 deletions
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"