From 88467c48a809597f59bd1eb9d2f7e390a5d62a07 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Sep 2021 10:11:05 +0200 Subject: bump module ver --- el7x.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el7x.tpl') diff --git a/el7x.tpl b/el7x.tpl index 76634b0..fb7b5dc 100644 --- a/el7x.tpl +++ b/el7x.tpl @@ -1,6 +1,6 @@ config_opts['root'] = 'el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache devtoolset-6-toolchain devtoolset-7-toolchain devtoolset-8-toolchain' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache devtoolset-6-toolchain devtoolset-7-toolchain devtoolset-8-toolchain devtoolset-10-toolchain' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['basedir'] = '/dev/shm/' -- cgit