Skip to content

Commit

Permalink
ci: add more awslc-fips-2022 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart committed Jan 17, 2025
1 parent fb77459 commit 7e44610
Show file tree
Hide file tree
Showing 3 changed files with 29 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 @@ -39,6 +39,16 @@ batch:
variables:
S2N_LIBCRYPTO: awslc
COMPILER: clang
- identifier: clang_awslc_fips_2022
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: awslc-fips-2022
COMPILER: clang
- identifier: clang_openssl_1_0_2
buildspec: codebuild/spec/buildspec_fuzz.yml
debug-session: true
Expand Down
12 changes: 12 additions & 0 deletions codebuild/spec/buildspec_sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ batch:
variables:
S2N_LIBCRYPTO: awslc
COMPILER: clang
- identifier: clang_awslc_fips_2022
env:
compute-type: BUILD_GENERAL1_LARGE
variables:
S2N_LIBCRYPTO: awslc-fips-2022
COMPILER: clang
- identifier: clang_openssl_3_0
env:
compute-type: BUILD_GENERAL1_LARGE
Expand All @@ -69,6 +75,12 @@ batch:
variables:
S2N_LIBCRYPTO: awslc
COMPILER: gcc
- identifier: gcc_awslc_fips_2022
env:
compute-type: BUILD_GENERAL1_LARGE
variables:
S2N_LIBCRYPTO: awslc-fips-2022
COMPILER: gcc
- identifier: gcc_openssl_3_0
env:
compute-type: BUILD_GENERAL1_LARGE
Expand Down
7 changes: 7 additions & 0 deletions codebuild/spec/buildspec_valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ batch:
variables:
S2N_LIBCRYPTO: awslc-fips
COMPILER: gcc
- identifier: gcc_awslc_fips_2022
env:
compute-type: BUILD_GENERAL1_LARGE
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu24
variables:
S2N_LIBCRYPTO: awslc-fips-2022
COMPILER: gcc
- identifier: gcc_openssl_3_0
env:
compute-type: BUILD_GENERAL1_LARGE
Expand Down

0 comments on commit 7e44610

Please sign in to comment.