Skip to content

Commit

Permalink
fix(buildenvs): Include g++-12 for C++ builds to GitHub Action (#922)
Browse files Browse the repository at this point in the history
Reviewed-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
Approved-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
  • Loading branch information
craciunoiuc committed Oct 24, 2023
2 parents e462f98 + 80d7209 commit cf18f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildenvs/github-action.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN set -xe; \
ca-certificates \
cmake \
flex \
g++-12 \
gawk \
gcc-12 \
gcc-12-aarch64-linux-gnu \
Expand Down

0 comments on commit cf18f16

Please sign in to comment.