Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion codebuild/bin/start_codebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ BUILDS=(
"s2nUnitNix"
"Integv2NixBatchBF1FB83F-7tcZOiMDWPH0 us-east-2 batch"
"kTLS us-west-2 no-batch"
"Openssl3fipsWIP us-west-2 no-batch"
)

usage() {
Expand Down
38 changes: 0 additions & 38 deletions codebuild/spec/buildspec_openssl3fips.yml

This file was deleted.

7 changes: 7 additions & 0 deletions codebuild/spec/buildspec_sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ batch:
variables:
S2N_LIBCRYPTO: openssl-3.0
COMPILER: gcc
- identifier: gcc_openssl_3_fips
env:
compute-type: BUILD_GENERAL1_LARGE
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu24_20250214
variables:
S2N_LIBCRYPTO: openssl-3.0-fips
COMPILER: gcc
- identifier: gcc_openssl_1_1_1
env:
compute-type: BUILD_GENERAL1_LARGE
Expand Down
Loading