diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index 4baa4ec3b75..2d245e798a5 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -242,12 +242,12 @@ jobs: setup_script_args="" if [[ ${{ matrix.os}} == "bare_metal" ]]; then toolchain_prefix=arm-none-eabi- - threshold="103268" # ~100KiB + threshold="107520" # 105KiB toolchain_cmake=examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake elif [[ ${{ matrix.os}} == "zephyr-preset" ]]; then setup_script_args="--target-toolchain zephyr" toolchain_prefix=arm-zephyr-eabi- - threshold="133120" # should be ~125KB, set threshold to 130KB + threshold="138240" # 135KiB toolchain_cmake=examples/zephyr/x86_64-linux-arm-zephyr-eabi-gcc.cmake else echo "Fail unsupport OS selection ${{ matrix.os }}"