Merge pull request #186566 from figsoda/fix-image-roll

image-roll: fix hydra build on darwin
This commit is contained in:
figsoda 2022-08-16 21:14:41 +08:00 committed by GitHub
commit c7d52f8828
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''