Skip to content

Commit 1056748

Browse files
committed
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 <[email protected]>
1 parent 1cf0968 commit 1056748

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,16 @@ jobs:
3434
# (need to compile criu) and don't add much value/coverage.
3535
- criu: criu-dev
3636
go-version: 1.23.x
37+
os: ubuntu-24.04
3738
- criu: criu-dev
3839
rootless: rootless
40+
os: ubuntu-24.04
3941
# Do race detection only on latest Go.
4042
- race: -race
4143
go-version: 1.23.x
44+
# CRIU package 4.1-1 from opensuse build farm doesn't work on arm.
45+
- os: ubuntu-24.04-arm
46+
criu: ""
4247

4348
runs-on: ${{ matrix.os }}
4449

0 commit comments

Comments
 (0)