mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nodejs_24: fix fs tracking warnings on Darwin
This commit is contained in:
parent
2ff3dd5224
commit
504f6c9307
2 changed files with 1 additions and 6 deletions
|
|
@ -519,12 +519,6 @@ let
|
|||
"test-tick-processor-arguments"
|
||||
"test-set-raw-mode-reset-signal"
|
||||
]
|
||||
# Apple SDK update broke something related to those tests, so skipping them for now
|
||||
++ lib.optionals (majorVersion == "24" && stdenv.hostPlatform.isDarwin) [
|
||||
"test-worker-track-unmanaged-fds"
|
||||
"test-esm-import-meta-main-eval"
|
||||
"test-worker-debug"
|
||||
]
|
||||
# These network/fetch/inspector tests fail on riscv64
|
||||
++ lib.optionals (majorVersion == "24" && stdenv.hostPlatform.isRiscV64) [
|
||||
"test-fetch"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ let
|
|||
buildNodejs = callPackage ./nodejs.nix {
|
||||
inherit openssl;
|
||||
python = python3;
|
||||
stdenv = buildPackages.llvmPackages_20.libcxxStdenv;
|
||||
};
|
||||
|
||||
gypPatches =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue