mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
[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:
committed by
Aleksa Sarai
parent
553c74de8e
commit
376961e830
@@ -35,18 +35,13 @@ jobs:
|
||||
go-version: 1.22.x
|
||||
- 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.22.x
|
||||
- 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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user