Skip to content

Commit 96f4a90

Browse files
committed
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 1056748 ("ci: use criu built from source on gha arm"). [1]: checkpoint-restore/criu#2709 Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent d754fda commit 96f4a90

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,11 @@ 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
3837
- criu: criu-dev
3938
rootless: rootless
40-
os: ubuntu-24.04
4139
# Do race detection only on latest Go.
4240
- race: -race
4341
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: ""
4742

4843
runs-on: ${{ matrix.os }}
4944

0 commit comments

Comments
 (0)