Skip to content

Commit b6884df

Browse files
authored
Bump cortex-m size test (pytorch#14950)
regressed 70 bytes after pytorch#14570
1 parent a5d7e5c commit b6884df

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
@@ -346,7 +346,7 @@ jobs:
346346
elif [[ ${{ matrix.os}} == "zephyr-preset" ]]; then
347347
setup_script_args="--target-toolchain zephyr"
348348
toolchain_prefix=arm-zephyr-eabi-
349-
threshold="135168" # 132 KiB
349+
threshold="135240" # 132 KiB
350350
toolchain_cmake=examples/zephyr/x86_64-linux-arm-zephyr-eabi-gcc.cmake
351351
else
352352
echo "Fail unsupport OS selection ${{ matrix.os }}"

0 commit comments

Comments
 (0)