[PR #14] [MERGED] feat: centos #15

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

📋 Pull Request Information

Original PR: https://github.com/VSCodium/vscode-linux-build-agent/pull/14
Author: @daiyam
Created: 10/19/2022
Status: Merged
Merged: 10/19/2022
Merged by: @daiyam

Base: masterHead: feat-centos


📝 Commits (10+)

  • 8b8984c add psmisc to x64 docker image
  • 9ee3f35 chore: update to ubuntu:bionic
  • e8d763c temp: push builds for testing
  • 70b6093 fix: job names
  • 277e197 fix: update package list
  • adb7de2 fix: delay installing older toolchains
  • 8516c62 chore: Remove global CC and CXX
  • fe20c41 chore: add gcc-5 toolchain
  • 80d2a53 chore: install policykit-1
  • 7d299c6 Revert "temp: push builds for testing"

📊 Changes

17 files changed (+192 additions, -130 deletions)

View changed files

📝 .github/workflows/build.yml (+6 -9)
📝 alpine-arm64/Dockerfile (+2 -2)
alpine-x64/Dockerfile (+8 -0)
📝 archived/arm64/Dockerfile_Unused (+2 -1)
📝 archived/armhf/Dockerfile_Unused (+2 -1)
📝 archived/buster-arm64/Dockerfile_Unused (+11 -2)
📝 archived/buster-armhf/Dockerfile_Unused (+11 -2)
archived/snapcraft-x64/Dockerfile_Unused (+54 -0)
📝 archived/trusty-x64/Dockerfile_Unused (+2 -1)
📝 archived/trusty-x64/xvfb.init (+0 -0)
📝 bionic-x64/Dockerfile (+25 -33)
bionic-x64/init-dbus.sh (+0 -73)
bionic-x64/xvfb-init.sh (+3 -0)
centos7-devtoolset8-arm64/Dockerfile (+29 -0)
centos7-devtoolset8-x64/Dockerfile (+31 -0)
📝 stretch-arm64/Dockerfile (+3 -3)
📝 stretch-armhf/Dockerfile (+3 -3)

📄 Description

No description provided


🔄 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/14 **Author:** [@daiyam](https://github.com/daiyam) **Created:** 10/19/2022 **Status:** ✅ Merged **Merged:** 10/19/2022 **Merged by:** [@daiyam](https://github.com/daiyam) **Base:** `master` ← **Head:** `feat-centos` --- ### 📝 Commits (10+) - [`8b8984c`](https://github.com/VSCodium/vscode-linux-build-agent/commit/8b8984cd01f6a2e34c88c012625cbd4aa9bb3255) add psmisc to x64 docker image - [`9ee3f35`](https://github.com/VSCodium/vscode-linux-build-agent/commit/9ee3f35a82122a955e9639a180ad485080c951d5) chore: update to ubuntu:bionic - [`e8d763c`](https://github.com/VSCodium/vscode-linux-build-agent/commit/e8d763c808a8bf9fc5db6f13c7b1a8a154524e63) temp: push builds for testing - [`70b6093`](https://github.com/VSCodium/vscode-linux-build-agent/commit/70b609349dd4959483279cfdf5d25d9796fcb2e2) fix: job names - [`277e197`](https://github.com/VSCodium/vscode-linux-build-agent/commit/277e1979894d2bf604f6fdd2b5ef06d36996e3d8) fix: update package list - [`adb7de2`](https://github.com/VSCodium/vscode-linux-build-agent/commit/adb7de2ee83d593d402b34ea875a8b5fd6e60574) fix: delay installing older toolchains - [`8516c62`](https://github.com/VSCodium/vscode-linux-build-agent/commit/8516c62720366b01544a336b2e6dfcbe87e8fbb1) chore: Remove global CC and CXX - [`fe20c41`](https://github.com/VSCodium/vscode-linux-build-agent/commit/fe20c41a8927f72a7e25dd56082aa1d85161d4b6) chore: add gcc-5 toolchain - [`80d2a53`](https://github.com/VSCodium/vscode-linux-build-agent/commit/80d2a53e628e190a4e22ba35c9e9a11d207463b2) chore: install policykit-1 - [`7d299c6`](https://github.com/VSCodium/vscode-linux-build-agent/commit/7d299c6d1b6adc2852e381f977cbfa4d639be1cd) Revert "temp: push builds for testing" ### 📊 Changes **17 files changed** (+192 additions, -130 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+6 -9) 📝 `alpine-arm64/Dockerfile` (+2 -2) ➕ `alpine-x64/Dockerfile` (+8 -0) 📝 `archived/arm64/Dockerfile_Unused` (+2 -1) 📝 `archived/armhf/Dockerfile_Unused` (+2 -1) 📝 `archived/buster-arm64/Dockerfile_Unused` (+11 -2) 📝 `archived/buster-armhf/Dockerfile_Unused` (+11 -2) ➕ `archived/snapcraft-x64/Dockerfile_Unused` (+54 -0) 📝 `archived/trusty-x64/Dockerfile_Unused` (+2 -1) 📝 `archived/trusty-x64/xvfb.init` (+0 -0) 📝 `bionic-x64/Dockerfile` (+25 -33) ➖ `bionic-x64/init-dbus.sh` (+0 -73) ➕ `bionic-x64/xvfb-init.sh` (+3 -0) ➕ `centos7-devtoolset8-arm64/Dockerfile` (+29 -0) ➕ `centos7-devtoolset8-x64/Dockerfile` (+31 -0) 📝 `stretch-arm64/Dockerfile` (+3 -3) 📝 `stretch-armhf/Dockerfile` (+3 -3) </details> ### 📄 Description _No description provided_ --- <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:08 -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#15