We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b33b527 + 1a26cf3 commit b64bb16Copy full SHA for b64bb16
.github/workflows/test.yml
@@ -125,8 +125,9 @@ jobs:
125
sudo apt -qy install \
126
libcap-dev libnet1-dev libnl-3-dev uuid-dev \
127
libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler
128
- git clone https://github.com/checkpoint-restore/criu.git ~/criu
129
- (cd ~/criu && git checkout ${{ matrix.criu }} && sudo make install-criu)
+ git clone --depth 1 --branch ${{ matrix.criu }} --single-branch \
+ https://github.com/checkpoint-restore/criu.git ~/criu
130
+ (cd ~/criu && sudo make -j $(nproc) install-criu)
131
rm -rf ~/criu
132
133
- name: install go ${{ matrix.go-version }}
0 commit comments