Skip to content

Commit

Permalink
libuv: enable x64 darwin tests
Browse files Browse the repository at this point in the history
x64 darwin now uses sdk 11 thus can enable tests requiring an sdk >
10.12
  • Loading branch information
paparodeo authored and alyssais committed Dec 18, 2024
1 parent c247ef1 commit c08ee11
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkgs/development/libraries/libuv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,6 @@ stdenv.mkDerivation (finalAttrs: {
# can enable on upgrade from 1.49.2
"udp_mmsg"
]
++ 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"
]
++ lib.optionals stdenv.hostPlatform.isAarch32 [
# I observe this test failing with some regularity on ARMv7:
# https://github.com/libuv/libuv/issues/1871
Expand Down

0 comments on commit c08ee11

Please sign in to comment.