Skip to content

Commit

Permalink
use gcc11 for curl CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed Jun 12, 2024
1 parent 37ba0e2 commit 8266f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ci/cdk/cdk/codebuild/github_ci_integration_omnibus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ batch:
type: LINUX_CONTAINER
privileged-mode: false
compute-type: BUILD_GENERAL1_MEDIUM
image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-x86:ubuntu-22.04_gcc-12x_latest
image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-x86:ubuntu-22.04_gcc-11x_latest
variables:
AWS_LC_CI_TARGET: "tests/ci/integration/run_curl_integration.sh"

Expand All @@ -157,7 +157,7 @@ batch:
type: ARM_CONTAINER
privileged-mode: false
compute-type: BUILD_GENERAL1_LARGE
image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-aarch:ubuntu-22.04_gcc-12x_latest
image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-aarch:ubuntu-22.04_gcc-11x_latest
variables:
AWS_LC_CI_TARGET: "tests/ci/integration/run_curl_integration.sh"

Expand Down

0 comments on commit 8266f34

Please sign in to comment.