mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
CI: fix criu-dev compile
As of [1], criu requires uuid library. [1]: https://github.com/checkpoint-restore/criu/pull/2550/commits/9a2b7d6b3baa2b3183489ed9cebece039f9f488f Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -122,7 +122,7 @@ jobs:
|
||||
if: ${{ matrix.criu != '' }}
|
||||
run: |
|
||||
sudo apt -qy install \
|
||||
libcap-dev libnet1-dev libnl-3-dev \
|
||||
libcap-dev libnet1-dev libnl-3-dev uuid-dev \
|
||||
libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler
|
||||
git clone https://github.com/checkpoint-restore/criu.git ~/criu
|
||||
(cd ~/criu && git checkout ${{ matrix.criu }} && sudo make install-criu)
|
||||
|
||||
Reference in New Issue
Block a user