Skip to content

Commit

Permalink
ansible: install gcc 12 on AIX
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Jun 20, 2024
1 parent e3e4b4a commit 75dbba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/baselayout/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ packages: {
],

aix72: [
'gcc6-c++,gcc8-c++,gcc10-c++'
'gcc8-c++,gcc10-c++,gcc12-c++'
],

aix73: [
'gcc8-c++,gcc10-c++'
'gcc8-c++,gcc10-c++,gcc12-c++'
],

ibmi: [
Expand Down

0 comments on commit 75dbba9

Please sign in to comment.