Skip to content

Commit

Permalink
fix: Update binary size
Browse files Browse the repository at this point in the history
Updates the binary size to accommodate the additional dependencies.

Signed-off-by: Jonathan Woollett-Light <[email protected]>
  • Loading branch information
Jonathan Woollett-Light committed Jul 19, 2023
1 parent 7fb3a06 commit 201fd3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration_tests/build/test_binary_size.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

SIZES_DICT = {
"x86_64": {
"FC_BINARY_SIZE_TARGET": 3515616,
"JAILER_BINARY_SIZE_TARGET": 965840,
"FC_BINARY_SIZE_TARGET": 4748632,
"JAILER_BINARY_SIZE_TARGET": 1080088,
},
"aarch64": {
"FC_BINARY_SIZE_TARGET": 2947984,
"JAILER_BINARY_SIZE_TARGET": 944424,
"FC_BINARY_SIZE_TARGET": 4072784,
"JAILER_BINARY_SIZE_TARGET": 1040928,
},
}

Expand Down

0 comments on commit 201fd3d

Please sign in to comment.