mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
image-roll: fix hydra build on darwin
This commit is contained in:
parent
4bdba2de9c
commit
a37b09fef9
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ rustPlatform.buildRustPackage rec {
|
|||
checkFlags = [
|
||||
# fails in the sandbox
|
||||
"--skip=file_list::tests"
|
||||
|
||||
# sometimes fails on darwin
|
||||
"image_list::tests::save_current_image_overwrites_image_at_current_image_path_when_filename_is_set_to_none"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue