Skip to content

Commit d42ffd4

Browse files
authored
Merge pull request #1397 from saschagrunert/criu
Add `criu` binary to CRI-O tests
2 parents 8d3e849 + ac2b2f6 commit d42ffd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/crio.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
sudo sysctl -w net.ipv4.ip_forward=1
5151
sudo iptables -t nat -I POSTROUTING -s 127.0.0.0/8 ! -d 127.0.0.0/8 -j MASQUERADE
5252
53+
# enable criu support
54+
sudo apt-get update
55+
sudo apt-get install -y criu
56+
5357
- name: Install ginkgo
5458
run: |
5559
go install github.com/onsi/ginkgo/v2/ginkgo@latest

0 commit comments

Comments
 (0)