squashfsTools: add NixOS cdrom boot as passthru test
This is the same test which blocks nixos-unstable-small. It recently caused a long blockage, due to a regression in squashfsTools itself corrupting the iso image, see #132286.
This commit is contained in:
parent
bc3416a2dd
commit
2808286add
@ -7,6 +7,7 @@
|
|||||||
, lz4
|
, lz4
|
||||||
, lzo
|
, lzo
|
||||||
, zstd
|
, zstd
|
||||||
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -47,6 +48,10 @@ stdenv.mkDerivation rec {
|
|||||||
"LZO_SUPPORT=1"
|
"LZO_SUPPORT=1"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
nixos-iso-boots-and-verifies = nixosTests.boot.biosCdrom;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/plougher/squashfs-tools";
|
homepage = "https://github.com/plougher/squashfs-tools";
|
||||||
description = "Tool for creating and unpacking squashfs filesystems";
|
description = "Tool for creating and unpacking squashfs filesystems";
|
||||||
|
Loading…
Reference in New Issue
Block a user