Merge pull request #5802 from rst0git/ci-criu-ppa
ci: install criu from PPA
This commit is contained in:
commit
4282ec12cd
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@ -385,20 +385,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install criu
|
- name: Install criu
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y \
|
sudo add-apt-repository ppa:criu/ppa
|
||||||
libprotobuf-dev \
|
sudo apt-get update
|
||||||
libprotobuf-c-dev \
|
sudo apt-get install -y criu
|
||||||
protobuf-c-compiler \
|
|
||||||
protobuf-compiler \
|
|
||||||
python-protobuf \
|
|
||||||
libnl-3-dev \
|
|
||||||
libnet-dev \
|
|
||||||
libcap-dev \
|
|
||||||
python-future
|
|
||||||
wget https://github.com/checkpoint-restore/criu/archive/v3.13.tar.gz -O criu.tar.gz
|
|
||||||
tar -zxf criu.tar.gz
|
|
||||||
cd criu-3.13
|
|
||||||
sudo make install-criu
|
|
||||||
|
|
||||||
- name: Install containerd
|
- name: Install containerd
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user