mirror of
https://github.com/VSCodium/vscode-linux-build-agent.git
synced 2025-12-11 19:44:40 -06:00
[PR #24] [MERGED] added dockerfile and sysroot config for s390x #5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/VSCodium/vscode-linux-build-agent/pull/24
Author: @andreasgrapentin
Created: 11/8/2024
Status: ✅ Merged
Merged: 11/9/2024
Merged by: @daiyam
Base:
master← Head:master📝 Commits (2)
f394d8eadded dockerfile and sysroot config for s390x62d2178cleaned up crosstool dependencies📊 Changes
5 files changed (+1023 additions, -0 deletions)
View changed files
📝
.github/workflows/build.yml(+1 -0)📝
.github/workflows/sysroot.yml(+4 -0)➕
focal-devtoolset-s390x/Dockerfile(+71 -0)➕
s390x-gcc-10.5.0-glibc-2.28.config(+940 -0)📝
sysroot-scripts/sysroot-creator.sh(+7 -0)📄 Description
This PR adds Dockerfile and sysroot config for the s390x architecture (IBM Mainframe / System Z), to enable builds of the VSCodium REH for these machines in the VSCodium CI, and ultimately allow the use of the open-remote-ssh extension.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.