We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4b406 commit e583e69Copy full SHA for e583e69
.builder/actions/crt_size_check.py
@@ -11,7 +11,7 @@ def run(self, env):
11
# Maximum package size (for current platform) in bytes
12
# NOTE: if you increase this, you might also need to increase the
13
# limit in continuous-delivery/pack.sh
14
- max_size = 8_250_000
+ max_size = 8_400_000
15
# size of current folder
16
folder_size = 0
17
# total size in bytes
0 commit comments