File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ name : nftables bases testing
2+
3+ on : [push, pull_request]
4+
5+ # Cancel any preceding run on the pull request.
6+ concurrency :
7+ group : gcc-test-${{ github.event.pull_request.number || github.ref }}
8+ cancel-in-progress : ${{ github.ref != 'refs/heads/criu-dev' }}
9+
10+ jobs :
11+ build :
12+ runs-on : ubuntu-24.04
13+ steps :
14+ - uses : actions/checkout@v4
15+ - name : Remove iptables
16+ run : dpkg -l; ls -la /usr/sbin
17+ - name : Build with nftables network locking backend
18+ run : sudo make -C scripts/ci local MAKEFLAGS="NETWORK_LOCK_DEFAULT=NETWORK_LOCK_NFTABLES"
Original file line number Diff line number Diff line change 122122
123123export GCOV CC
124124$CC --version
125- time make CC=" $CC " -j4 V=1
125+ time make CC=" $CC " -j4 V=1 " $MAKEFLAGS "
126126
127127./criu/criu -v4 cpuinfo dump || :
128128./criu/criu -v4 cpuinfo check || :
You can’t perform that action at this time.
0 commit comments