nodejs_24: fix fs tracking warnings on Darwin

This commit is contained in:
Antoine du Hamel 2026-06-27 15:39:06 +02:00
commit 504f6c9307
No known key found for this signature in database
GPG key ID: 20B1A390B168D356
2 changed files with 1 additions and 6 deletions

View file

@ -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"

View file

@ -12,6 +12,7 @@ let
buildNodejs = callPackage ./nodejs.nix {
inherit openssl;
python = python3;
stdenv = buildPackages.llvmPackages_20.libcxxStdenv;
};
gypPatches =