mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-02-06 17:20:17 +00:00
Use older gcc
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user