Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Feb 7, 2025
1 parent 820553e commit 264bd25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
wget https://raw.repo.almalinux.org/vault/9.4/BaseOS/Source/Packages/kernel-5.14.0-427.42.1.el9_4.src.rpm
alien --scripts --generate kernel-5.14.0-427.42.1.el9_4.src.rpm
cd kernel-5.14.0
tar xf linux-5.14.0-427.42.1.el9_4.tar.xz
cd linux-5.14.0-427.42.1.el9_4
vng -v -b --config ../kernel-x86_64-rhel.config
vng --net user --ssh --rwdir=/tmp=/tmp
Expand All @@ -66,12 +68,12 @@ jobs:
set -ex
chmod +x ./ptcpdump/ptcpdump
cp ./ptcpdump/ptcpdump /tmp/ptcpdump
cd linux/kernel-5.14.0
ssh -p 2222 -o "StrictHostKeyChecking=no" root@localhost "cd /tmp && ./ptcpdump --version"
run-with-docker:
runs-on: ubuntu-latest
needs: test-almaLinux
timeout-minutes: 5

steps:
Expand All @@ -83,7 +85,7 @@ jobs:
test-backend:
runs-on: ubuntu-latest
needs: build
needs: test-almaLinux
timeout-minutes: 5

steps:
Expand Down

0 comments on commit 264bd25

Please sign in to comment.