From f39971a683a711a8dc1e595dfded9fb771c6dd87 Mon Sep 17 00:00:00 2001 From: Mario Konrad Date: Sun, 23 Oct 2022 18:36:26 +0200 Subject: [PATCH] Build: add docker build for GCC-12.2.0 --- bin/docker-build.sh | 1 + bin/docker-prepare-image.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/docker-build.sh b/bin/docker-build.sh index 79046526..363e59dd 100755 --- a/bin/docker-build.sh +++ b/bin/docker-build.sh @@ -20,6 +20,7 @@ supported_compilers=( "gcc-11.2.0" "gcc-11.3.0" "gcc-12.1.0" + "gcc-12.2.0" "clang-5.0.2" "clang-6.0.0" "clang-7.1.0" diff --git a/bin/docker-prepare-image.sh b/bin/docker-prepare-image.sh index 530dd973..dded673d 100755 --- a/bin/docker-prepare-image.sh +++ b/bin/docker-prepare-image.sh @@ -22,6 +22,7 @@ supported_compilers=( "gcc-11.2.0;gcc:11.2.0" "gcc-11.3.0;gcc:11.3.0" "gcc-12.1.0;gcc:12.1.0" + "gcc-12.2.0;gcc:12.2.0" # "clang-3.6.1;debian:buster" # "clang-3.6.2;debian:buster" # "clang-3.7.0;debian:buster" -- 2.11.4.GIT