Skip to content

Commit 29c76b1

Browse files
committed
travis: update criu to 3.7
Signed-off-by: Andrei Vagin <[email protected]>
1 parent 566389a commit 29c76b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ install:
4646
- sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-runc
4747
- sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-cni
4848
- sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-critools
49-
- wget https://github.com/xemul/criu/archive/v3.0.tar.gz -O /tmp/criu.tar.gz
49+
- wget https://github.com/checkpoint-restore/criu/archive/v3.7.tar.gz -O /tmp/criu.tar.gz
5050
- tar -C /tmp/ -zxf /tmp/criu.tar.gz
51-
- cd /tmp/criu-3.0 && sudo make install-criu
51+
- cd /tmp/criu-3.7 && sudo make install-criu
5252
- cd $TRAVIS_BUILD_DIR
5353

5454
script:

0 commit comments

Comments
 (0)