From f42a47f7c2b06583926f145a71eb1dd1ee44cdc9 Mon Sep 17 00:00:00 2001 From: Hajime Tazaki Date: Mon, 16 Dec 2024 09:10:15 +0900 Subject: [PATCH] fixup gh --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d04150e90f1ef5..226eaf11ef6713 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,6 +100,7 @@ jobs: sudo ip tuntap add dev tap100 mode tap user ${USER} sudo ip add add 192.168.122.1/24 dev tap100 sudo ip link set up dev tap100 + cp .github/workflows/gdbinit ~/.gdbinit iperf3 -s & - name: build-0 (static) run: | @@ -180,6 +181,7 @@ jobs: mkdir -p output if [ "${{ matrix.testname }}" == "um-nommu" ] ; then ## dynamic build failed at iperf -R + echo "===========================non-static build may fail...===========================" #faketty ./vmlinux vec0:transport=tap,ifname=tap100,depth=128,gro=1 mem=1024m \ # root=/dev/root rootflags=`pwd`/rootfs rootfstype=hostfs rw \ # loglevel=0 console=tty init=/root/iperf3.sh \ @@ -187,7 +189,7 @@ jobs: faketty ./vmlinux vec0:transport=tap,ifname=tap100,depth=128,gro=1 mem=1024m \ root=/dev/root rootflags=`pwd`/rootfs rootfstype=hostfs rw \ loglevel=0 console=tty zpoline=1 init=/root/iperf3.sh \ - | tee output/${{ matrix.testname }}-zpoline-iperf3.dat + | tee output/${{ matrix.testname }}-zpoline-iperf3.dat || true faketty ./build/vmlinux vec0:transport=tap,ifname=tap100,depth=128,gro=1 mem=1024m \ root=/dev/root rootflags=`pwd`/rootfs rootfstype=hostfs rw \ loglevel=0 console=tty init=/root/iperf3.sh \