Skip to content

Commit ea16842

Browse files
authored
Cortex-m Size bump by 1.5KiB (#13064)
Tiny (236b) overflow after #12987 which adds safety related checks. Failure - https://github.com/pytorch/executorch/actions/runs/16622225895/job/47029216900#step:15:17147
1 parent 3e70463 commit ea16842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,12 @@ jobs:
285285
setup_script_args=""
286286
if [[ ${{ matrix.os}} == "bare_metal" ]]; then
287287
toolchain_prefix=arm-none-eabi-
288-
threshold="109000"
288+
threshold="110592" # 108 KiB
289289
toolchain_cmake=examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake
290290
elif [[ ${{ matrix.os}} == "zephyr-preset" ]]; then
291291
setup_script_args="--target-toolchain zephyr"
292292
toolchain_prefix=arm-zephyr-eabi-
293-
threshold="135000"
293+
threshold="135168" # 132 KiB
294294
toolchain_cmake=examples/zephyr/x86_64-linux-arm-zephyr-eabi-gcc.cmake
295295
else
296296
echo "Fail unsupport OS selection ${{ matrix.os }}"

0 commit comments

Comments
 (0)