Skip to content

Commit

Permalink
Bump size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Nov 18, 2024
1 parent 6d0b84a commit 83d23f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .builder/actions/crt_size_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def run(self, env):
# Maximum package size (for current platform) in bytes
# NOTE: if you increase this, you might also need to increase the
# limit in continuous-delivery/pack.sh
max_size = 8_000_000
max_size = 8_250_000
# size of current folder
folder_size = 0
# total size in bytes
Expand Down

0 comments on commit 83d23f9

Please sign in to comment.