Skip to content

Commit ecda528

Browse files
committed
testing: Disable initramfs-on-squashfs on gentoo_musl
There are problems with compiling squashfs-tools c musl. Signed-off-by: Alexey Gladkov <[email protected]>
1 parent 1432d2b commit ecda528

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: ./.github/workflows/testcases.yml
4646
with:
4747
vendor: gentoo_musl
48-
exclude: '[{"testcase": "zfs-partition"}, {"testcase": "initramfs-on-erofs"}]'
48+
exclude: '[{"testcase": "zfs-partition"}, {"testcase": "initramfs-on-erofs"}, {"testcase": "initramfs-on-squashfs"}]'
4949
metrics:
5050
needs:
5151
- altlinux

testing/packages-gentoo_musl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MAKE_INITRD_PACKAGES+=" dev-libs/elfutils net-libs/libtirpc sys-apps/coreutils"
66
MAKE_INITRD_PACKAGES+=" sys-apps/findutils sys-apps/grep sys-apps/kmod sys-apps/util-linux"
77
MAKE_INITRD_PACKAGES+=" virtual/libcrypt:= virtual/udev app-arch/bzip2 app-arch/xz-utils"
88
MAKE_INITRD_PACKAGES+=" app-text/scdoc sys-libs/zlib app-arch/zstd dev-libs/json-c"
9-
MAKE_INITRD_PACKAGES+=" app-arch/lz4 sys-fs/squashfs-tools"
9+
MAKE_INITRD_PACKAGES+=" app-arch/lz4"
1010

1111
MAKE_INITRD_PACKAGES_DEVEL="$MAKE_INITRD_PACKAGES dev-build/autoconf dev-build/automake"
1212
MAKE_INITRD_PACKAGES_DEVEL+=" dev-util/intltool sys-devel/bison sys-devel/flex"

0 commit comments

Comments
 (0)