Skip to content

Commit d1e868c

Browse files
committed
ci: install criu from PPA
The current latest version of CRIU is 3.15 and soon will be released 3.16. If CRIU is installed from PPA it would always test with the latest released version. Signed-off-by: Radostin Stoyanov <[email protected]>
1 parent 5d3e8fd commit d1e868c

1 file changed

Lines changed: 3 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -385,20 +385,9 @@ jobs:
385385

386386
- name: Install criu
387387
run: |
388-
sudo apt-get install -y \
389-
libprotobuf-dev \
390-
libprotobuf-c-dev \
391-
protobuf-c-compiler \
392-
protobuf-compiler \
393-
python-protobuf \
394-
libnl-3-dev \
395-
libnet-dev \
396-
libcap-dev \
397-
python-future
398-
wget https://github.com/checkpoint-restore/criu/archive/v3.13.tar.gz -O criu.tar.gz
399-
tar -zxf criu.tar.gz
400-
cd criu-3.13
401-
sudo make install-criu
388+
sudo add-apt-repository ppa:criu/ppa
389+
sudo apt-get update
390+
sudo apt-get install -y criu
402391
403392
- name: Install containerd
404393
env:

0 commit comments

Comments
 (0)