Skip to content

Commit a2868fb

Browse files
committed
Arm backend: Bump cortex-m size test threshold
Size to runtime has grown and this started to fail. Signed-off-by: Zingo Andersen <[email protected]> Change-Id: I03f76b1c2ef6c47876af150db42bb42949c1dffa
1 parent 77f16dc commit a2868fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
output=$(ls -la ${elf})
263263
arr=($output)
264264
size=${arr[4]}
265-
threshold="103068" # ~100KiB
265+
threshold="103268" # ~100KiB
266266
echo "size: $size, threshold: $threshold"
267267
if [[ "$size" -le "$threshold" ]]; then
268268
echo "Success $size <= $threshold"

0 commit comments

Comments
 (0)