[PR #24] [MERGED] added dockerfile and sysroot config for s390x #5

Closed
opened 2025-09-11 00:52:05 -05:00 by giteasync · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (2)

  • f394d8e added dockerfile and sysroot config for s390x
  • 62d2178 cleaned 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.

## 📋 Pull Request Information **Original PR:** https://github.com/VSCodium/vscode-linux-build-agent/pull/24 **Author:** [@andreasgrapentin](https://github.com/andreasgrapentin) **Created:** 11/8/2024 **Status:** ✅ Merged **Merged:** 11/9/2024 **Merged by:** [@daiyam](https://github.com/daiyam) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`f394d8e`](https://github.com/VSCodium/vscode-linux-build-agent/commit/f394d8e8b71c80f61d584a80465282804f4f758e) added dockerfile and sysroot config for s390x - [`62d2178`](https://github.com/VSCodium/vscode-linux-build-agent/commit/62d21783b9e6c7412429c9402e99d90b52346276) cleaned up crosstool dependencies ### 📊 Changes **5 files changed** (+1023 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-09-11 00:52:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscode-linux-build-agent#5
No description provided.