Skip to content

Commit b9089a9

Browse files
authored
chore(ci): add openssl-1.0.2-fips gcc-4.8 job (#5512)
1 parent b5b218c commit b9089a9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

codebuild/spec/buildspec_generalbatch.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,17 @@ batch:
227227
S2N_LIBCRYPTO: 'libressl'
228228
TESTS: unit
229229
identifier: s2nUnitLibressl
230+
- buildspec: codebuild/spec/buildspec_ubuntu.yml
231+
env:
232+
compute-type: BUILD_GENERAL1_SMALL
233+
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu18codebuild
234+
privileged-mode: true
235+
variables:
236+
BUILD_S2N: 'true'
237+
GCC_VERSION: '4.8'
238+
S2N_LIBCRYPTO: 'openssl-1.0.2-fips'
239+
TESTS: unit
240+
identifier: s2nUnitOpenssl102FipsGcc48
230241
- buildspec: codebuild/spec/buildspec_ubuntu.yml
231242
env:
232243
compute-type: BUILD_GENERAL1_SMALL

0 commit comments

Comments
 (0)