We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b996289 commit 96ba4aeCopy full SHA for 96ba4ae
.github/workflows/trunk.yml
@@ -246,7 +246,7 @@ jobs:
246
elif [[ ${{ matrix.os}} == "zephyr-preset" ]]; then
247
setup_script=.ci/scripts/setup-arm-zephyr-x86-64-tools.sh
248
toolchain_prefix=arm-zephyr-eabi-
249
- threshold="153600" # should be ~138KB, set threashold to 150KB
+ threshold="225280" # should be ~216KB, set threshold to 220KB
250
else
251
echo "Fail unsupport OS selection ${{ matrix.os }}"
252
exit 1
0 commit comments