mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
ci: use criu built from source on gha arm
Currently, criu package from opensuse build farm times out on GHA arm, so let's only use criu-dev (i.e. compiled from source on CI machine). Once this is fixed, this patch can be reverted. Related to criu issue 2709. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -34,11 +34,16 @@ 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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user