Skip to content

Commit

Permalink
after rebase, account for hash mem savings :)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart committed Feb 27, 2025
1 parent af3820e commit 85dcdb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codebuild/spec/buildspec_generalbatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ batch:
privileged-mode: true
variables:
S2N_LIBCRYPTO: 'awslc'
S2N_EXPECTED_CONNECTION_MEMORY_KB: 49
S2N_EXPECTED_CONNECTION_MEMORY_KB: 47
- identifier: s2nMemUsageTest_awslcfips
buildspec: codebuild/spec/buildspec_mem.yml
env:
Expand All @@ -290,4 +290,4 @@ batch:
privileged-mode: true
variables:
S2N_LIBCRYPTO: 'awslc-fips-2022'
S2N_EXPECTED_CONNECTION_MEMORY_KB: 52
S2N_EXPECTED_CONNECTION_MEMORY_KB: 47

0 comments on commit 85dcdb0

Please sign in to comment.