[1.3] Switch to packaged criu on arm

The issue on arm [1] is now fixed, so let's get back to using the
packaged criu version for most of the CI matrix.

This reverts commit 105674844e
("ci: use criu built from source on gha arm").

[1]: https://github.com/checkpoint-restore/criu/issues/2709

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
(Cherry-picked from commit 96f4a90a6b1ca9e3f2011ebaeffb7dc52db2ca32.)
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
Kir Kolyshkin
2025-08-18 10:46:13 -07:00
committed by Aleksa Sarai
parent 7cd66cf04c
commit 3a6335ae00
-5
View File
@@ -34,16 +34,11 @@ jobs:
# (need to compile criu) and don't add much value/coverage.
- criu: criu-dev
go-version: 1.23.x
os: ubuntu-24.04
- criu: criu-dev
rootless: rootless
os: ubuntu-24.04
# Do race detection only on latest Go.
- race: -race
go-version: 1.23.x
# CRIU package 4.1-1 from opensuse build farm doesn't work on arm.
- os: ubuntu-24.04-arm
criu: ""
runs-on: ${{ matrix.os }}