src: fix --build-sea default executable path
#80743
Annotations
4 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/sea/test-build-sea-custom-argv0.js#L17
--- stderr ---
node:fs:3088
binding.copyFile(
^
Error: ENOENT: no such file or directory, copyfile '/home/runner/work/node/node/node/test/fixtures/sea-config.json' -> '/home/runner/work/node/node/node/test/.tmp.577/sea-config.json'
at copyFileSync (node:fs:3088:11)
at Object.<anonymous> (/home/runner/work/node/node/node/test/sea/test-build-sea-custom-argv0.js:17:1)
at Module._compile (node:internal/modules/cjs/loader:1811:14)
at Object..js (node:internal/modules/cjs/loader:1942:10)
at Module.load (node:internal/modules/cjs/loader:1532:32)
at Module._load (node:internal/modules/cjs/loader:1334:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
errno: -2,
code: 'ENOENT',
syscall: 'copyfile',
path: '/home/runner/work/node/node/node/test/fixtures/sea-config.json',
dest: '/home/runner/work/node/node/node/test/.tmp.577/sea-config.json'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/sea/test-build-sea-custom-argv0.js
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/sea/test-build-sea-custom-argv0.js#L17
--- stderr ---
node:fs:3088
binding.copyFile(
^
Error: ENOENT: no such file or directory, copyfile '/home/runner/work/node/node/node/test/fixtures/sea-config.json' -> '/home/runner/work/node/node/node/test/.tmp.68/sea-config.json'
at copyFileSync (node:fs:3088:11)
at Object.<anonymous> (/home/runner/work/node/node/node/test/sea/test-build-sea-custom-argv0.js:17:1)
at Module._compile (node:internal/modules/cjs/loader:1811:14)
at Object..js (node:internal/modules/cjs/loader:1942:10)
at Module.load (node:internal/modules/cjs/loader:1532:32)
at Module._load (node:internal/modules/cjs/loader:1334:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
errno: -2,
code: 'ENOENT',
syscall: 'copyfile',
path: '/home/runner/work/node/node/node/test/fixtures/sea-config.json',
dest: '/home/runner/work/node/node/node/test/.tmp.68/sea-config.json'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/sea/test-build-sea-custom-argv0.js
|
|
sccache stats
72% - 3489 hits, 1368 misses, 0 errors
|
|
sccache stats
76% - 3686 hits, 1158 misses, 0 errors
|