mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-09 12:18:04 +03:00
Merge pull request #300864 from al3xtjames/bat-skip-invalid-utf8-test
This commit is contained in:
commit
a8dd632c26
@ -52,6 +52,8 @@ rustPlatform.buildRustPackage rec {
|
||||
"--skip=pager_more"
|
||||
"--skip=pager_most"
|
||||
"--skip=pager_overwrite"
|
||||
# Fails if the filesystem performs UTF-8 validation (such as ZFS with utf8only=on)
|
||||
"--skip=file_with_invalid_utf8_filename"
|
||||
];
|
||||
|
||||
doInstallCheck = true;
|
||||
|
Loading…
Reference in New Issue
Block a user