Skip to content

Commit

Permalink
ansible: install gcc 12 on AIX (#3773)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau authored Jun 27, 2024
1 parent ad68ad8 commit 787eab4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/baselayout/tasks/partials/ccache/aix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
- g++
- gcc
- gcov
- g++-6
- gcc-6
- g++-8
- gcc-8
- gcc-10
- g++-10
- gcc-12
- g++-12

- name: "ccache : cleanup - aix tarball"
file:
Expand Down
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 787eab4

Please sign in to comment.