Skip to content

Commit 5c5cac4

Browse files
committed
Revert dnsmasq argument added
1 parent 0fb740d commit 5c5cac4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/stm32h563-m33mu-ssh-tzen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
dhcp-leasefile=/tmp/dnsmasq.leases
7373
log-dhcp
7474
CONF
75-
sudo dnsmasq --no-poll --conf-file=/tmp/dnsmasq.conf --pid-file=/tmp/dnsmasq.pid
75+
sudo dnsmasq --conf-file=/tmp/dnsmasq.conf --pid-file=/tmp/dnsmasq.pid
7676
7777
sudo m33mu src/port/stm32h563/app.bin \
7878
--cpu stm32h563 --tap:tap0 --uart-stdout --timeout 180 --quit-on-faults \

.github/workflows/stm32h563-m33mu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
dhcp-leasefile=/tmp/dnsmasq.leases
5858
log-dhcp
5959
EOF
60-
sudo dnsmasq --no-poll --conf-file=/tmp/dnsmasq.conf --pid-file=/tmp/dnsmasq.pid
60+
sudo dnsmasq --conf-file=/tmp/dnsmasq.conf --pid-file=/tmp/dnsmasq.pid
6161
6262
sudo m33mu src/port/stm32h563/app.bin \
6363
--cpu stm32h563 --tap:tap0 --uart-stdout --timeout 120 \
@@ -173,7 +173,7 @@ jobs:
173173
dhcp-leasefile=/tmp/dnsmasq.leases
174174
log-dhcp
175175
EOF
176-
sudo dnsmasq --no-poll --conf-file=/tmp/dnsmasq.conf --pid-file=/tmp/dnsmasq.pid
176+
sudo dnsmasq --conf-file=/tmp/dnsmasq.conf --pid-file=/tmp/dnsmasq.pid
177177
178178
sudo m33mu src/port/stm32h563/app.bin \
179179
--cpu stm32h563 --tap:tap0 --uart-stdout --timeout 240 \
@@ -385,7 +385,7 @@ jobs:
385385
dhcp-leasefile=/tmp/dnsmasq.leases
386386
log-dhcp
387387
CONF
388-
sudo dnsmasq --no-poll --conf-file=/tmp/dnsmasq.conf --pid-file=/tmp/dnsmasq.pid
388+
sudo dnsmasq --conf-file=/tmp/dnsmasq.conf --pid-file=/tmp/dnsmasq.pid
389389
390390
sudo tcpdump -i tap0 -nn -U -w /tmp/https-test.pcap > /tmp/tcpdump.log 2>&1 &
391391
echo $! > /tmp/tcpdump.pid

0 commit comments

Comments
 (0)