Skip to content

Commit c737437

Browse files
committed
Try gcc 12
1 parent 5a18bd0 commit c737437

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/sofabuilder_ubuntu/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ RUN apt-get install -y \
3232
RUN apt-get install -y \
3333
build-essential \
3434
ninja-build=1.10.\* \
35-
gcc=4:12.\* \
36-
g++=4:12.\* \
35+
gcc-12 \
36+
g++-12 \
3737
clang=1:14.0-\* \
3838
ccache=4.5.\*
3939

0 commit comments

Comments
 (0)