From 376961e8308147bed485c9155be459240542caea Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 18 Aug 2025 10:46:13 -0700 Subject: [PATCH] [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 105674844eaaf24bf14135ef0c64703e511882ab ("ci: use criu built from source on gha arm"). [1]: https://github.com/checkpoint-restore/criu/issues/2709 Signed-off-by: Kir Kolyshkin (Cherry-picked from commit 96f4a90a6b1ca9e3f2011ebaeffb7dc52db2ca32.) Signed-off-by: Aleksa Sarai --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d1676a8e..e3d86bdd0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}