Skip to content

Commit 4b2b254

Browse files
authored
chore(ci): add sanitizer jobs for openssl-1.0.2-fips (#5508)
1 parent b9089a9 commit 4b2b254

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

codebuild/spec/buildspec_sanitizer.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,18 @@ batch:
111111
variables:
112112
S2N_LIBCRYPTO: openssl-1.0.2
113113
COMPILER: gcc
114+
- identifier: clang_openssl_1_0_2_fips
115+
env:
116+
compute-type: BUILD_GENERAL1_LARGE
117+
variables:
118+
S2N_LIBCRYPTO: openssl-1.0.2-fips
119+
COMPILER: clang
120+
- identifier: gcc_openssl_1_0_2_fips
121+
env:
122+
compute-type: BUILD_GENERAL1_LARGE
123+
variables:
124+
S2N_LIBCRYPTO: openssl-1.0.2-fips
125+
COMPILER: gcc
114126

115127
phases:
116128
pre_build:

0 commit comments

Comments
 (0)