Skip to content

Commit

Permalink
ci: add squashfs-tools-ng as dependency in CI environment
Browse files Browse the repository at this point in the history
Ubuntu 22.04 `sqfstar` is a 4.5 version that has a bug that will cause
conversion of OCI images with certain forms of symlink to fail.

Our Deb packaging already recommends `squashfs-tools-ng` for `tar2sqfs`
instead, so make that available in the CI environment.
  • Loading branch information
dtrudg committed Mar 6, 2024
1 parent 5ad6418 commit 41f91e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ commands:
libtool \
pkg-config \
squashfs-tools \
squashfs-tools-ng \
uidmap \
zlib1g-dev
- run:
Expand Down

0 comments on commit 41f91e8

Please sign in to comment.