|
11 | 11 | runs-on: ubuntu-latest |
12 | 12 | timeout-minutes: 20 |
13 | 13 | container: |
14 | | - image: ghcr.io/danielinux/m33mu-ci:1.8 |
| 14 | + image: ghcr.io/wolfssl/wolfboot-ci:v1.2 |
15 | 15 | options: --privileged |
16 | 16 |
|
17 | 17 | steps: |
|
57 | 57 | dhcp-leasefile=/tmp/dnsmasq.leases |
58 | 58 | log-dhcp |
59 | 59 | EOF |
60 | | - sudo dnsmasq --conf-file=/tmp/dnsmasq.conf --pid-file=/tmp/dnsmasq.pid |
| 60 | + sudo dnsmasq --no-poll --conf-file=/tmp/dnsmasq.conf --pid-file=/tmp/dnsmasq.pid |
61 | 61 |
|
62 | 62 | sudo m33mu src/port/stm32h563/app.bin \ |
63 | 63 | --cpu stm32h563 --tap:tap0 --uart-stdout --timeout 120 \ |
@@ -114,7 +114,7 @@ jobs: |
114 | 114 | runs-on: ubuntu-latest |
115 | 115 | timeout-minutes: 30 |
116 | 116 | container: |
117 | | - image: ghcr.io/danielinux/m33mu-ci:1.8 |
| 117 | + image: ghcr.io/wolfssl/wolfboot-ci:v1.2 |
118 | 118 | options: --privileged |
119 | 119 |
|
120 | 120 | steps: |
@@ -173,7 +173,7 @@ jobs: |
173 | 173 | dhcp-leasefile=/tmp/dnsmasq.leases |
174 | 174 | log-dhcp |
175 | 175 | EOF |
176 | | - sudo dnsmasq --conf-file=/tmp/dnsmasq.conf --pid-file=/tmp/dnsmasq.pid |
| 176 | + sudo dnsmasq --no-poll --conf-file=/tmp/dnsmasq.conf --pid-file=/tmp/dnsmasq.pid |
177 | 177 |
|
178 | 178 | sudo m33mu src/port/stm32h563/app.bin \ |
179 | 179 | --cpu stm32h563 --tap:tap0 --uart-stdout --timeout 240 \ |
@@ -323,7 +323,7 @@ jobs: |
323 | 323 | runs-on: ubuntu-latest |
324 | 324 | timeout-minutes: 25 |
325 | 325 | container: |
326 | | - image: ghcr.io/danielinux/m33mu-ci:1.8 |
| 326 | + image: ghcr.io/wolfssl/wolfboot-ci:v1.2 |
327 | 327 | options: --privileged |
328 | 328 |
|
329 | 329 | steps: |
@@ -385,7 +385,7 @@ jobs: |
385 | 385 | dhcp-leasefile=/tmp/dnsmasq.leases |
386 | 386 | log-dhcp |
387 | 387 | CONF |
388 | | - sudo dnsmasq --conf-file=/tmp/dnsmasq.conf --pid-file=/tmp/dnsmasq.pid |
| 388 | + sudo dnsmasq --no-poll --conf-file=/tmp/dnsmasq.conf --pid-file=/tmp/dnsmasq.pid |
389 | 389 |
|
390 | 390 | sudo tcpdump -i tap0 -nn -U -w /tmp/https-test.pcap > /tmp/tcpdump.log 2>&1 & |
391 | 391 | echo $! > /tmp/tcpdump.pid |
|
0 commit comments