Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(electron): fix electron version of riscv64 #1959

Closed

Conversation

Suyun114
Copy link
Contributor

No description provided.

@Suyun114 Suyun114 force-pushed the fix-electron-version-riscv64 branch from 202bb87 to 24974fe Compare July 17, 2024 02:15
@@ -26,11 +26,12 @@ if [[ "${VSCODE_ARCH}" == "riscv64" ]]; then
export VSCODE_ELECTRON_REPO='riscv-forks/electron-riscv-releases'
export ELECTRON_SKIP_BINARY_DOWNLOAD=1
export PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
ELECTRON_VERSION="v29.4.0"
ELECTRON_VERSION="v30.2.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version here should match .yarnrc to avoid native node module ABI breakage.

Upstream is still using v29.4.0. Is there any specific reason to bump to v30.2.0?
https://github.com/microsoft/vscode/blob/1.91.1/.yarnrc#L2

@Suyun114 Suyun114 closed this Jul 17, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants