summaryrefslogtreecommitdiffstats
path: root/el7x81.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-30 17:48:12 +0200
committerRemi Collet <remi@remirepo.net>2021-09-30 17:48:12 +0200
commit2581ee16bdfe79b9d5bb9db7686fa562e2e3dda0 (patch)
tree7b0e799a74f6a7966a8e1b1d7de233cda1b4d71d /el7x81.cfg
parent05cdb92b5966200c64f90b6bc4297c06b7b1d7d2 (diff)
switch back to GCC 8 for PHP 8.1 on EL-7
Diffstat (limited to 'el7x81.cfg')
-rw-r--r--el7x81.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/el7x81.cfg b/el7x81.cfg
index d4dca12..b3675c5 100644
--- a/el7x81.cfg
+++ b/el7x81.cfg
@@ -1,8 +1,8 @@
include('el7x.tpl')
-config_opts['macros']['%dtsversion']="10"
-config_opts['macros']['%dtsenable']="source /opt/rh/devtoolset-10/enable"
-config_opts['macros']['%dtsprefix']="devtoolset-10-"
+config_opts['macros']['%dtsversion']="8"
+config_opts['macros']['%dtsenable']="source /opt/rh/devtoolset-8/enable"
+config_opts['macros']['%dtsprefix']="devtoolset-8-"
config_opts['yum.conf'] = """
[main]