Skip to content

Cannot build on aarch64 #44936

Closed
Closed
@bkeys

Description

@bkeys
  • VSCode Version: master
  • OS Version: Fedora 27

Steps to Reproduce:

  1. Clone the vscode repository and install the dependencies
  2. run the yarn command at the project root
    You will get the following error if you are running an aarch64 workstation:
[bkeys@localhost vscode]$ yarn
yarn install v1.5.1
$ node build/npm/preinstall.js
[1/4] Resolving packages...
[2/4] Fetching packages...
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
[9/13] ⠐ spdlog:   CXX(target) Release/obj.target/spdlog/src/main.o
[12/13] ⠐ electron-mksnapshot
[11/13] ⠐ oniguruma: [email protected] | linux | arm64
[8/13] ⠈ nsfw: CXX(target) Release/obj.target/nsfw/src/linux/InotifyEventLoop.o
error An unexpected error occurred: "/home/bkeys/Devel/vscode/node_modules/vscode-ripgrep: Command failed.
Exit code: 1
Command: sh
Arguments: -c node ./dist/postinstall.js
Directory: /home/bkeys/Devel/vscode/node_modules/vscode-ripgrep
Output:

Metadata

Metadata

Assignees

Labels

*duplicateIssue identified as a duplicate of another issue(s)bugIssue identified by VS Code Team member as probable buginstall-updateVS Code installation and upgrade system issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions