Skip to content

Commit

Permalink
ansible: add gcc-toolsets 12 and 13 to RHEL 8 (#3649)
Browse files Browse the repository at this point in the history
Add gcc 12 and 13 to our RHEL 8 machines.
  • Loading branch information
richardlau committed Mar 14, 2024
1 parent 53303dd commit 250493e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/baselayout/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ packages: {
],

rhel8: [
'ccache,cmake,gcc-c++,gcc-toolset-10,gcc-toolset-10-libatomic-devel,gcc-toolset-11,git,make,python3',
'ccache,cmake,gcc-c++,gcc-toolset-10,gcc-toolset-10-libatomic-devel,gcc-toolset-11,gcc-toolset-12,gcc-toolset-13,git,make,python3',
],

smartos: [
Expand Down

0 comments on commit 250493e

Please sign in to comment.