Skip to content

Commit 89f0c90

Browse files
committed
chore: update binary size for x86_64
Binary size on x86_64 platforms increased over the limit due to consuming aws-lc-rs crate for virtio-rng. Signed-off-by: Babis Chalios <[email protected]>
1 parent b693669 commit 89f0c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/build/test_binary_size.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
SIZES_DICT = {
1616
"x86_64": {
17-
"FC_BINARY_SIZE_TARGET": 2649920,
17+
"FC_BINARY_SIZE_TARGET": 2808184,
1818
"JAILER_BINARY_SIZE_TARGET": 965840,
1919
},
2020
"aarch64": {

0 commit comments

Comments
 (0)