Skip to content

Commit

Permalink
ansible: install gcc-12 on ubuntu2204 (#3846)
Browse files Browse the repository at this point in the history
Refs: #3806
  • Loading branch information
targos authored Aug 6, 2024
1 parent 0bc224c commit fc03e62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -149,6 +149,6 @@ packages: {

# Default gcc/g++ package is 11.
ubuntu2204: [
'gcc,g++,python3,python-is-python3',
'gcc,g++,gcc-12,g++-12,python3,python-is-python3',
],
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ RUN apt-get update && apt-get install apt-utils -y && \
ccache \
g++ \
gcc \
g++-12 \
gcc-12 \
git \
openjdk-17-jre-headless \
pkg-config \
Expand Down

0 comments on commit fc03e62

Please sign in to comment.