From: Matthew Newton Date: Wed, 22 Mar 2023 19:25:28 +0000 (+0000) Subject: CI: gcc-11 has issues with the fuzzer X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efe8602bc956592e57571b3ef93dc6f8577cc076;p=thirdparty%2Ffreeradius-server.git CI: gcc-11 has issues with the fuzzer --- diff --git a/scripts/ci/Dockerfile b/scripts/ci/Dockerfile index 01da24df97a..6b71d9ec86b 100644 --- a/scripts/ci/Dockerfile +++ b/scripts/ci/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG llvm_ver=12 -ARG gcc_ver=11 +ARG gcc_ver=9 ARG openssl_ver=3.0.2 ENV DEBIAN_FRONTEND=noninteractive