mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
[Backport staging-24.11] libuv: disable test for darwin sandbox (#356842)
This commit is contained in:
commit
4f5e503537
@ -72,6 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"fs_event_watch_dir_recursive" "fs_event_watch_file"
|
||||
"fs_event_watch_file_current_dir" "fs_event_watch_file_exact_path"
|
||||
"process_priority" "udp_create_early_bad_bind"
|
||||
"fs_event_watch_delete_dir"
|
||||
] ++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
|
||||
# fail on macos < 10.15 (starting in libuv 1.47.0)
|
||||
"fs_write_alotof_bufs_with_offset" "fs_write_multiple_bufs" "fs_read_bufs"
|
||||
|
Loading…
Reference in New Issue
Block a user