mirror of
https://github.com/VSCodium/vscode-linux-build-agent.git
synced 2026-04-10 20:49:37 -05:00
[PR #22] [MERGED] Add sysroot workflow #9
Reference in New Issue
Block a user
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/22
Author: @lex-ibm
Created: 4/25/2024
Status: ✅ Merged
Merged: 4/25/2024
Merged by: @daiyam
Base:
master← Head:master📝 Commits (1)
fac26c1Add sysroot workflow📊 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.