0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nodejs: fix build on 32 bit platforms (#354842)

This commit is contained in:
Masum Reza 2024-12-03 09:42:18 +05:30 committed by GitHub
commit fed5bcc9eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -321,6 +321,9 @@ let
"test-watch-mode-files_watcher"
] ++ lib.optionals (!lib.versionAtLeast version "22") [
"test-tls-multi-key"
] ++ lib.optionals stdenv.hostPlatform.is32bit [
# utime (actually utimensat) fails with EINVAL on 2038 timestamp
"test-fs-utimes-y2K38"
] ++ lib.optionals stdenv.buildPlatform.isDarwin [
# Disable tests that dont work under macOS sandbox.
"test-macos-app-sandbox"