feat: add additional linux targets#1517
Open
SkyBird233 wants to merge 1 commit intoeclipse:masterfrom
Open
Conversation
Add `Linux LoongArch 64 bit`, `Linux PowerPC 64 bit (little endian)`, `Linux RISC-V 64 bit` and `Linux s390x` for web UI and server.
9088fad to
d424597
Compare
Contributor
|
Do you have an extension that targets one of these platforms for testing? |
Author
|
Yes, you may try https://github.com/loongcodium/ruff-loong64/releases/tag/2025.28.0-1, which was tested on LoongArch. Note that as mentioned in #1350, if you'd like to make extensions targeting these platforms yourself, you have to patch vsce (here) or modify the extension.vsixmanifest in vsix files (e.g., loongcodium/typos-lsp-loong64@0e54fe9). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
Linux LoongArch 64 bit,Linux PowerPC 64 bit (little endian),Linux RISC-V 64 bitandLinux s390xfor web UI and server.Related issue: #1350