File tree 4 files changed +17
-0
lines changed
pkgs/development/web/nodejs
4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 8
8
, gnupg
9
9
, darwin
10
10
, installShellFiles
11
+ , fetchpatch
11
12
} :
12
13
13
14
{ enableNpm ? true , version , sha256 , patches ? [ ] } @args :
299
300
"FLAKY_TESTS=skip"
300
301
# Skip some tests that are not passing in this context
301
302
"CI_SKIP_TESTS=${ lib . concatStringsSep "," ( [
303
+ # Tests don't work in sandbox.
302
304
"test-child-process-exec-env"
303
305
"test-child-process-uid-gid"
304
306
"test-fs-write-stream-eagain"
Original file line number Diff line number Diff line change @@ -44,5 +44,10 @@ buildNodejs {
44
44
stripLen = 1 ;
45
45
hash = "sha256-6y3aEqxNC4iTQEv1oewodJrhOHxjp5xZMq1P1QL94Rg=" ;
46
46
} )
47
+ # fixes test failure, remove once included in release
48
+ ( fetchpatch {
49
+ url = "https://github.com/nodejs/node/commit/b6fe731c55eb4cb9d14042a23e5002ed39b7c8b7.patch" ;
50
+ hash = "sha256-y45G9Vc58Nh0I+kSS3iRnoZe7se55rk3PVMpgZgPY+U=" ;
51
+ } )
47
52
] ++ gypPatches ;
48
53
}
Original file line number Diff line number Diff line change @@ -24,5 +24,10 @@ buildNodejs {
24
24
url = "https://github.com/nodejs/node/commit/32f7d5ad1cf79e7e731e1bb7ac967f4f2a3194cf.patch?full_index=1" ;
25
25
hash = "sha256-dyUr3caGfetrXgfAl+CLE1LKKetDZCpPwMg4EM98rqI=" ;
26
26
} )
27
+ # fixes test failure, remove once included in release
28
+ ( fetchpatch {
29
+ url = "https://github.com/nodejs/node/commit/b6fe731c55eb4cb9d14042a23e5002ed39b7c8b7.patch" ;
30
+ hash = "sha256-y45G9Vc58Nh0I+kSS3iRnoZe7se55rk3PVMpgZgPY+U=" ;
31
+ } )
27
32
] ;
28
33
}
Original file line number Diff line number Diff line change @@ -35,5 +35,10 @@ buildNodejs {
35
35
url = "https://github.com/nodejs/node/commit/f270462c09ddfd770291a7c8a2cd204b2c63d730.patch?full_index=1" ;
36
36
hash = "sha256-Err0i5g7WtXcnhykKgrS3ocX7/3oV9UrT0SNeRtMZNU=" ;
37
37
} )
38
+ # fixes test failure, remove once included in release
39
+ ( fetchpatch {
40
+ url = "https://github.com/nodejs/node/commit/b6fe731c55eb4cb9d14042a23e5002ed39b7c8b7.patch" ;
41
+ hash = "sha256-y45G9Vc58Nh0I+kSS3iRnoZe7se55rk3PVMpgZgPY+U=" ;
42
+ } )
38
43
] ;
39
44
}
You can’t perform that action at this time.
0 commit comments