We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b218c commit b9089a9Copy full SHA for b9089a9
codebuild/spec/buildspec_generalbatch.yml
@@ -227,6 +227,17 @@ batch:
227
S2N_LIBCRYPTO: 'libressl'
228
TESTS: unit
229
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
241
- buildspec: codebuild/spec/buildspec_ubuntu.yml
242
env:
243
compute-type: BUILD_GENERAL1_SMALL
0 commit comments