Skip to content

Commit

Permalink
fixup gh
Browse files Browse the repository at this point in the history
  • Loading branch information
thehajime committed Dec 16, 2024
1 parent 489f467 commit f42a47f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -180,14 +181,15 @@ 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 \
# | tee output/${{ matrix.testname }}-seccomp-iperf3.dat
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 \
Expand Down

0 comments on commit f42a47f

Please sign in to comment.