Skip to content

Commit a33df90

Browse files
authored
update submodules (#450)
* update submodules * increased CrtSizeCheck filesize to 75 MB
1 parent 81128a0 commit a33df90

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.builder/actions/crt_size_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def run(self, env):
1111
# Maximum package size (for current platform) in bytes
1212
# NOTE: if you increase this, you might also need to increase the
1313
# limit in continuous-delivery/pack.sh
14-
max_size = 6_500_000
14+
max_size = 7_500_000
1515
# size of current folder
1616
folder_size = 0
1717
# total size in bytes

crt/aws-lc

crt/s2n

Submodule s2n updated from 274f321 to 635893c

0 commit comments

Comments
 (0)