merge #4611 into opencontainers/runc:release-1.2

Kir Kolyshkin (1):
  CI: fix criu-dev compile

LGTMs: rata cyphar
This commit is contained in:
Aleksa Sarai
2025-02-05 22:04:29 +11:00
+1 -1
View File
@@ -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)