Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

build error while excuting yarn build:vscode on riscv #6793

Closed Answered by code-asher
ShenChongwu asked this question in Q&A
Discussion options

root@lpi4a:/home/sipeed/bench/node/code-server# yarn build
yarn run v1.22.22
$ ./ci/build/build-code-server.sh
Done in 143.56s.
root@lpi4a:/home/sipeed/bench/node/code-server# export VERSION='0.0.1' && yarn build:vscode
yarn run v1.22.22
$ ./ci/build/build-vscode.sh
error: pathspec 'product.json' did not match any file(s) known to git
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

You must be logged in to vote

Ah you might have missed the install and submodule steps. We list them under the development section but not the build section. We should probably list them in both sections.

1. `git clone https://github.com/coder/code-server.git` - Clone `code-server`
2. `git submodule update --init` - Clone `vscode` submodule
3. `quilt push -a` - Apply patches to the `vscode` submodule.
4. `yarn` - Install dependencies

Replies: 1 comment

Comment options

Ah you might have missed the install and submodule steps. We list them under the development section but not the build section. We should probably list them in both sections.

1. `git clone https://github.com/coder/code-server.git` - Clone `code-server`
2. `git submodule update --init` - Clone `vscode` submodule
3. `quilt push -a` - Apply patches to the `vscode` submodule.
4. `yarn` - Install dependencies
You must be logged in to vote
0 replies
Answer selected by ShenChongwu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /