Skip to content

Commit e583e69

Browse files
committed
size again
1 parent 0e4b406 commit e583e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.builder/actions/crt_size_check.py

+1-1
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 = 8_250_000
14+
max_size = 8_400_000
1515
# size of current folder
1616
folder_size = 0
1717
# total size in bytes

0 commit comments

Comments
 (0)