Commit 6545314
build: add --without-node-code-cache configure option
So that it's possible to build without code cache (in particular,
without building mkcodecache) for testing.
PR-URL: #30647
Refs: #28845
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 49e047f commit 6545314Copy full SHA for 6545314
File tree
Expand file treeCollapse file tree
3 files changed
+16
-8
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
3 files changed
+16
-8
lines changedOpen diff view settings
Collapse file
+12-3Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
455 | 455 | |
456 | 456 | |
457 | 457 | |
| 458 | + |
| 459 | + |
| 460 | + |
| 461 | + |
| 462 | + |
458 | 463 | |
459 | 464 | |
460 | 465 | |
| ||
980 | 985 | |
981 | 986 | |
982 | 987 | |
| 988 | + |
| 989 | + |
| 990 | + |
| 991 | + |
| 992 | + |
| 993 | + |
983 | 994 | |
984 | 995 | |
985 | 996 | |
| ||
1100 | 1111 | |
1101 | 1112 | |
1102 | 1113 | |
1103 | | - |
1104 | | - |
1105 | | - |
| 1114 | + |
1106 | 1115 | |
1107 | 1116 | |
1108 | 1117 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
436 | 436 | |
437 | 437 | |
438 | 438 | |
439 | | - |
| 439 | + |
440 | 440 | |
441 | 441 | |
442 | 442 | |
|
Collapse file
test/parallel/test-code-cache.js
Copy file name to clipboardExpand all lines: test/parallel/test-code-cache.js+3-4Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
| 36 | + |
| 37 | + |
36 | 38 | |
37 | 39 | |
38 | 40 | |
| ||
46 | 48 | |
47 | 49 | |
48 | 50 | |
49 | | - |
50 | | - |
51 | | - |
52 | | - |
| 51 | + |
53 | 52 | |
54 | 53 | |
55 | 54 | |
|
0 commit comments