Skip to content

Commit 96b9e2c

Browse files
committed
chore: Update target of jailer binary size
With the last dependency update commit, the jailer binary size increased. Although this commit just updates the target value, we'll keep our eyes on it in the long run. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent 55d44da commit 96b9e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration_tests/build/test_binary_size.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
SIZES_DICT = {
1616
"x86_64": {
1717
"FC_BINARY_SIZE_TARGET": 3063120,
18-
"JAILER_BINARY_SIZE_TARGET": 965840,
18+
"JAILER_BINARY_SIZE_TARGET": 1080088,
1919
},
2020
"aarch64": {
2121
"FC_BINARY_SIZE_TARGET": 2441008,
22-
"JAILER_BINARY_SIZE_TARGET": 898656,
22+
"JAILER_BINARY_SIZE_TARGET": 1040928,
2323
},
2424
}
2525

0 commit comments

Comments
 (0)