Skip to content

Commit

Permalink
ci: add awslc-fips and openssl-1.0.2-fips to valgrind (#4912)
Browse files Browse the repository at this point in the history
  • Loading branch information
boquan-fang authored Nov 22, 2024
1 parent 7caf7f1 commit 9877437
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions codebuild/spec/buildspec_valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ batch:
variables:
S2N_LIBCRYPTO: awslc
COMPILER: gcc
- identifier: gcc_awslc_fips
env:
compute-type: BUILD_GENERAL1_LARGE
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu24
variables:
S2N_LIBCRYPTO: awslc-fips
COMPILER: gcc
- identifier: gcc_openssl_3_0
env:
compute-type: BUILD_GENERAL1_LARGE
Expand All @@ -43,6 +50,13 @@ batch:
variables:
S2N_LIBCRYPTO: openssl-1.0.2
COMPILER: gcc
- identifier: gcc_openssl_1_0_2_fips
env:
compute-type: BUILD_GENERAL1_LARGE
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu22codebuild
variables:
S2N_LIBCRYPTO: openssl-1.0.2-fips
COMPILER: gcc

phases:
pre_build:
Expand Down

0 comments on commit 9877437

Please sign in to comment.