Skip to content

Commit 27e8556

Browse files
authored
bump arm cortex size test (pytorch#16134)
after pytorch@42e3222 Fail 135776 > 135768
1 parent 3a76a8b commit 27e8556

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
@@ -381,7 +381,7 @@ jobs:
381381
elif [[ ${{ matrix.os}} == "zephyr-preset" ]]; then
382382
setup_script_args="--target-toolchain zephyr"
383383
toolchain_prefix=arm-zephyr-eabi-
384-
threshold="135768" # 136 KiB
384+
threshold="136000" # 136 KiB
385385
toolchain_cmake=examples/zephyr/x86_64-linux-arm-zephyr-eabi-gcc.cmake
386386
else
387387
echo "Fail unsupport OS selection ${{ matrix.os }}"

0 commit comments

Comments
 (0)