Skip to content

Commit

Permalink
ci: add openssl-1.0.2-fips to fuzz test (#4942)
Browse files Browse the repository at this point in the history
  • Loading branch information
boquan-fang authored Dec 3, 2024
1 parent 91d6f1f commit 97f4c7c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions codebuild/spec/buildspec_fuzz_batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,13 @@ batch:
variables:
S2N_LIBCRYPTO: openssl-3.0
COMPILER: clang
- identifier: clang_openssl_1_0_2_fips
buildspec: codebuild/spec/buildspec_fuzz.yml
debug-session: true
env:
compute-type: BUILD_GENERAL1_XLARGE
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu22codebuild
privileged-mode: true
variables:
S2N_LIBCRYPTO: openssl-1.0.2-fips
COMPILER: clang

0 comments on commit 97f4c7c

Please sign in to comment.