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:
commit
fed5bcc9eb
1 changed files with 3 additions and 0 deletions
|
@ -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 don’t work under macOS sandbox.
|
||||
"test-macos-app-sandbox"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue