nodejs: fix build on 32 bit platforms

this test is failing on both armv7 and i686 and is related to year 2038
issue so it probably affects all 32 bit platforms
This commit is contained in:
Guillaume Girol
2024-11-09 12:00:00 +00:00
parent 7ffd9ae656
commit 815ec0c6f2
+3
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"