vscodium: Missing artifacts for 1.83.0.23277 and 1.82.3.23277

Hello,

Some artifacts are missing from the 1.83.0.23277 and 1.82.3.23277 releases:

  • macOS x86
  • windows (all)

Same error on both cases:

error D:\a\vscodium\vscodium\vscode\node_modules\@parcel\watcher: Command failed.
Exit code: 1
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Command: node-gyp-build
Arguments: 
Directory: D:\a\vscodium\vscodium\vscode\node_modules\@parcel\watcher
Output:
node:events:495
      throw er; // Unhandled 'error' event
      ^

Error: spawn node-gyp.cmd ENOENT
    at ChildProcess._handle.onexit (node:internal/child_process:284:19)
    at onErrorNT (node:internal/child_process:477:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Emitted 'error' event on ChildProcess instance at:
    at ChildProcess._handle.onexit (node:internal/child_process:290:12)
    at onErrorNT (node:internal/child_process:477:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'spawn node-gyp.cmd',
  path: 'node-gyp.cmd',
  spawnargs: [ 'rebuild' ]
}

https://github.com/VSCodium/vscodium/actions/runs/6408642071/job/17398088692 https://github.com/VSCodium/vscodium/actions/runs/6409117121/job/17399626498

On local macOS x86, another dependency doesn’t want to build. On local windows, no issues.

About this issue

  • Original URL
  • State: closed
  • Created 9 months ago
  • Reactions: 3
  • Comments: 19 (14 by maintainers)

Most upvoted comments

I’m re-releasing the fixed version as 1.83.0.23283. It should out in about an hour.

The Insiders versions are out and are working correctly.

I’m woking on a fix but for the Insiders version (#1690). When validated, I will make it for the regular one.

I will leave 1.82.3.23277 as it is.

1.83.0.23277 seems to be complete!