summaryrefslogtreecommitdiffstats
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
parent05cdb92b5966200c64f90b6bc4297c06b7b1d7d2 (diff)
switch back to GCC 8 for PHP 8.1 on EL-7
-rw-r--r--el7x81.cfg6
-rw-r--r--el7xscl81.cfg8
2 files changed, 7 insertions, 7 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]
diff --git a/el7xscl81.cfg b/el7xscl81.cfg
index 11027c3..ed75a13 100644
--- a/el7xscl81.cfg
+++ b/el7xscl81.cfg
@@ -1,15 +1,15 @@
include('el7x.tpl')
config_opts['root'] = 'scl81el7x'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build devtoolset-10-toolchain ccache php81-build php81-php-devel php81-php-pear'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build devtoolset-8-toolchain ccache php81-build php81-php-devel php81-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl81el7x"
config_opts['macros']['%scl_vendor']="remi"
config_opts['macros']['%_scl_prefix']="/opt/remi"
config_opts['macros']['%nophptag']="1"
-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]