Skip to content

Commit 1b46fb0

Browse files
authored
bump size test (#17985)
### Summary failing on trunk after #17326 ### Test plan ci
1 parent 1143673 commit 1b46fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ jobs:
402402
setup_script_args=""
403403
if [[ ${{ matrix.os}} == "bare_metal" ]]; then
404404
toolchain_prefix=arm-none-eabi-
405-
threshold="110642" # 108 KiB
405+
threshold="111000" # 111 KiB
406406
toolchain_cmake=examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake
407407
elif [[ ${{ matrix.os}} == "zephyr-preset" ]]; then
408408
setup_script_args="--target-toolchain zephyr"

0 commit comments

Comments
 (0)