Skip to content

Commit 07ee5c5

Browse files
author
Jonathan Woollett-Light
committed
fix: Update binary size
Updates the binary size to accommodate the additional dependencies. Signed-off-by: Jonathan Woollett-Light <[email protected]>
1 parent 9725502 commit 07ee5c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/integration_tests/build/test_binary_size.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
SIZES_DICT = {
1616
"x86_64": {
17-
"FC_BINARY_SIZE_TARGET": 3515616,
18-
"JAILER_BINARY_SIZE_TARGET": 965840,
17+
"FC_BINARY_SIZE_TARGET": 4748632,
18+
"JAILER_BINARY_SIZE_TARGET": 1080088,
1919
},
2020
"aarch64": {
21-
"FC_BINARY_SIZE_TARGET": 2947984,
22-
"JAILER_BINARY_SIZE_TARGET": 944424,
21+
"FC_BINARY_SIZE_TARGET": 4072784,
22+
"JAILER_BINARY_SIZE_TARGET": 1040928,
2323
},
2424
}
2525

0 commit comments

Comments
 (0)