Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,11 @@ 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 }}

Expand Down
Loading