Use older gcc

This commit is contained in:
Jamil Bou Kheir
2021-08-19 05:54:02 +00:00
parent c86d7d3a72
commit d75c00a308
3 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@ set -ex
# CentOS 7 comes with GCC 4.8.5 which does not fully support C++14, so we need
# a newer toolchain.
sudo yum install -y centos-release-scl
sudo yum install -y devtoolset-10
source /opt/rh/devtoolset-10/enable
sudo yum install -y devtoolset-9
source /opt/rh/devtoolset-9/enable
# Install prerequisites
sudo yum install -y \

View File

@@ -1,5 +1,5 @@
#
# Copyright 2012-2018 Chef Software, Inc.
#Copyright 2012-2018 Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.