Skip to content

Commit 5d4b163

Browse files
committed
ansible: low hanging GCC-8 fruit
* centos7 * ubuntu (with ppa:ubuntu-toolchain-r)
1 parent 00f7edd commit 5d4b163

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ansible/roles/baselayout/vars/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ packages: {
4141

4242
centos7_arm64: ['git'], # git2u not available for aarch64 (yet)
4343
centos7_x64: ['git2u','centos-release-scl',], # centos-release-scl is required to enable SCLo
44-
# but we do it manually in partials/repo/centos7.yml for arm64
44+
# but we do it manually in partials/repo/centos7.yml for arm64
4545
centos7: [
46-
'ccache,gcc-c++,devtoolset-6,sudo',
46+
'ccache,gcc-c++,devtoolset-6,sudo,devtoolset-8',
4747
],
4848

4949
aix: [
@@ -102,7 +102,7 @@ packages: {
102102
],
103103

104104
ubuntu: [
105-
'ccache,g++,gcc,git,libfontconfig1,sudo',
105+
'ccache,g++,gcc,git,libfontconfig1,sudo,gcc-8,g++-8',
106106
],
107107

108108
ubuntu1404: [

0 commit comments

Comments
 (0)