Skip to content

Commit 6704957

Browse files
committed
ci: move openssl3fips build to existing asan build
1 parent 9d02146 commit 6704957

File tree

3 files changed

+7
-39
lines changed

3 files changed

+7
-39
lines changed

codebuild/bin/start_codebuild.sh

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ BUILDS=(
2828
"s2nUnitNix"
2929
"Integv2NixBatchBF1FB83F-7tcZOiMDWPH0 us-east-2 batch"
3030
"kTLS us-west-2 no-batch"
31-
"Openssl3fipsWIP us-west-2 no-batch"
3231
)
3332

3433
usage() {

codebuild/spec/buildspec_openssl3fips.yml

-38
This file was deleted.

codebuild/spec/buildspec_sanitizer.yml

+7
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ batch:
7575
variables:
7676
S2N_LIBCRYPTO: openssl-3.0
7777
COMPILER: gcc
78+
- identifier: gcc_openssl_3_fips
79+
env:
80+
compute-type: BUILD_GENERAL1_LARGE
81+
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu24_20250214
82+
variables:
83+
S2N_LIBCRYPTO: openssl-3.0-fips
84+
COMPILER: gcc
7885
- identifier: gcc_openssl_1_1_1
7986
env:
8087
compute-type: BUILD_GENERAL1_LARGE

0 commit comments

Comments
 (0)