mirror of
https://github.com/containerd/containerd.git
synced 2026-08-12 22:16:27 +00:00
Add a comment to explain why apt-get install erofs-utils can't be used
Signed-off-by: Aadhar Agarwal <aadagarwal@microsoft.com>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -402,6 +402,8 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y criu
|
||||
|
||||
# "apt-get install erofs-utils" installs an older version (1.7.1 as of 2025-09-18)
|
||||
# Build and install erofs-utils 1.8.8 from source to get a newer version
|
||||
- name: Build and install erofs-utils from source
|
||||
run: |
|
||||
# Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user