[PR #22] [MERGED] Add sysroot workflow #9

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

📋 Pull Request Information

Original PR: https://github.com/VSCodium/vscode-linux-build-agent/pull/22
Author: @lex-ibm
Created: 4/25/2024
Status: Merged
Merged: 4/25/2024
Merged by: @daiyam

Base: masterHead: master


📝 Commits (1)

📊 Changes

12 files changed (+4522 additions, -0 deletions)

View changed files

.github/workflows/sysroot.yml (+81 -0)
aarch64-gcc-8.5.0-glibc-2.28.config (+930 -0)
armhf-gcc-8.5.0-glibc-2.28.config (+946 -0)
ppc64el-gcc-8.5.0-glibc-2.28.config (+932 -0)
sysroot-scripts/generated_package_lists/bullseye.amd64 (+35 -0)
sysroot-scripts/generated_package_lists/bullseye.arm64 (+35 -0)
sysroot-scripts/generated_package_lists/bullseye.armhf (+35 -0)
sysroot-scripts/generated_package_lists/bullseye.ppc64el (+35 -0)
sysroot-scripts/keyring.gpg (+0 -0)
sysroot-scripts/merge-package-lists.py (+34 -0)
sysroot-scripts/sysroot-creator.sh (+535 -0)
x86_64-gcc-8.5.0-glibc-2.28.config (+924 -0)

📄 Description

Builds and publishes sysroot for PPC64LE


🔄 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/22 **Author:** [@lex-ibm](https://github.com/lex-ibm) **Created:** 4/25/2024 **Status:** ✅ Merged **Merged:** 4/25/2024 **Merged by:** [@daiyam](https://github.com/daiyam) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`fac26c1`](https://github.com/VSCodium/vscode-linux-build-agent/commit/fac26c188baa55f6c463e2dd2dece161ec2e08ca) Add sysroot workflow ### 📊 Changes **12 files changed** (+4522 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/sysroot.yml` (+81 -0) ➕ `aarch64-gcc-8.5.0-glibc-2.28.config` (+930 -0) ➕ `armhf-gcc-8.5.0-glibc-2.28.config` (+946 -0) ➕ `ppc64el-gcc-8.5.0-glibc-2.28.config` (+932 -0) ➕ `sysroot-scripts/generated_package_lists/bullseye.amd64` (+35 -0) ➕ `sysroot-scripts/generated_package_lists/bullseye.arm64` (+35 -0) ➕ `sysroot-scripts/generated_package_lists/bullseye.armhf` (+35 -0) ➕ `sysroot-scripts/generated_package_lists/bullseye.ppc64el` (+35 -0) ➕ `sysroot-scripts/keyring.gpg` (+0 -0) ➕ `sysroot-scripts/merge-package-lists.py` (+34 -0) ➕ `sysroot-scripts/sysroot-creator.sh` (+535 -0) ➕ `x86_64-gcc-8.5.0-glibc-2.28.config` (+924 -0) </details> ### 📄 Description Builds and publishes sysroot for PPC64LE --- <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:07 -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#9