From 2584a60cdd605a69fa2541dd7dc745a427928e66 Mon Sep 17 00:00:00 2001 From: Andrew Hopkins Date: Wed, 13 Mar 2024 16:21:48 -0700 Subject: [PATCH] Use an older version of gcc that the original fips-2021 branch supports --- tests/ci/cdk/cdk/codebuild/github_ci_linux_x86_omnibus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/cdk/cdk/codebuild/github_ci_linux_x86_omnibus.yaml b/tests/ci/cdk/cdk/codebuild/github_ci_linux_x86_omnibus.yaml index 918ed91309..e91242a67d 100644 --- a/tests/ci/cdk/cdk/codebuild/github_ci_linux_x86_omnibus.yaml +++ b/tests/ci/cdk/cdk/codebuild/github_ci_linux_x86_omnibus.yaml @@ -573,7 +573,7 @@ batch: type: LINUX_CONTAINER privileged-mode: true compute-type: BUILD_GENERAL1_LARGE - image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-x86:ubuntu-22.04_clang-14x-sde_latest + image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-x86:ubuntu-20.04_gcc-8x_latest variables: AWS_LC_CI_TARGET: "tests/ci/run_benchmark_build_tests.sh"