-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
add s390x support for REH #2099
Conversation
a998a84
to
383d9fd
Compare
Can you replace the |
paths to docker container and sysroot (and shasum) have been updated in fc309f1 |
The archives are available. |
Thanks guys for your work on this! (now I only need access to one of those s390x machines with a C compiler on, preferably the IBM one ... ) |
it's slightly off-topic for this issue, but you can request access to s390 machines with Linux in the LinuxOne cloud free of charge. |
This PR extends VSCodium by adding s390x (IBM Mainframe / System Z) to the list of valid targets for the remote extension host.
This is mostly straightforward and very similar to the other supported architectures, with one difference that is required in the dependency tree of vscode, where web-tree-sitter needs to be updated to work around an endianness issue.
The CI components as used in this PR are currently still built in my forked version of vscode-linux-build-agent, but I have created a separate PR for that repository here: VSCodium/vscode-linux-build-agent#24, if that is merged, then the paths used here can be updated accordingly.
I have been using a manually built and installed version of the REH for a few weeks now, and have not noticed any issues or regressions.