1111 runs-on : ubuntu-latest
1212 timeout-minutes : 20
1313 container :
14- image : ghcr.io/danielinux/m33mu-ci:1.7
14+ image : ghcr.io/danielinux/m33mu-ci:1.8
1515 options : --privileged
1616
1717 steps :
@@ -114,7 +114,7 @@ jobs:
114114 runs-on : ubuntu-latest
115115 timeout-minutes : 30
116116 container :
117- image : ghcr.io/danielinux/m33mu-ci:1.7
117+ image : ghcr.io/danielinux/m33mu-ci:1.8
118118 options : --privileged
119119
120120 steps :
@@ -142,7 +142,6 @@ jobs:
142142 WOLFSSL_ROOT=../../../../wolfssl \
143143 ENABLE_HTTPS=1 ENABLE_MQTT_BROKER=1 ENABLE_SSH=1 \
144144 WOLFSSL_SP_NO_ASM=1 \
145- EXTRA_CFLAGS_WOLFSSL='-fno-jump-tables -fno-tree-switch-conversion' \
146145 CC=arm-none-eabi-gcc OBJCOPY=arm-none-eabi-objcopy
147146
148147 - name : Run m33mu + DHCP + full test
@@ -324,7 +323,7 @@ jobs:
324323 runs-on : ubuntu-latest
325324 timeout-minutes : 25
326325 container :
327- image : ghcr.io/danielinux/m33mu-ci:1.7
326+ image : ghcr.io/danielinux/m33mu-ci:1.8
328327 options : --privileged
329328
330329 steps :
@@ -348,11 +347,9 @@ jobs:
348347 set -euo pipefail
349348 make -C src/port/stm32h563 clean TZEN=0 ENABLE_HTTPS=1 \
350349 WOLFSSL_SP_NO_ASM=1 \
351- EXTRA_CFLAGS_WOLFSSL='-fno-jump-tables -fno-tree-switch-conversion' \
352350 CC=arm-none-eabi-gcc OBJCOPY=arm-none-eabi-objcopy
353351 make -C src/port/stm32h563 TZEN=0 ENABLE_HTTPS=1 \
354352 WOLFSSL_SP_NO_ASM=1 \
355- EXTRA_CFLAGS_WOLFSSL='-fno-jump-tables -fno-tree-switch-conversion' \
356353 CC=arm-none-eabi-gcc OBJCOPY=arm-none-eabi-objcopy
357354 strings src/port/stm32h563/app.bin | grep "Initializing HTTPS server" > /dev/null
358355
0 commit comments