[PR #13] [CLOSED] WIP: checkout what's going on upstream #18

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

📋 Pull Request Information

Original PR: https://github.com/VSCodium/vscode-linux-build-agent/pull/13
Author: @GitMensch
Created: 10/17/2022
Status: Closed

Base: masterHead: main


📝 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

20 files changed (+382 additions, -51 deletions)

View changed files

📝 README.md (+2 -2)
SECURITY.md (+41 -0)
alpine-arm64/Dockerfile (+6 -0)
alpine-x64/Dockerfile (+8 -0)
alpine/Dockerfile (+0 -6)
📝 archived/arm64/Dockerfile_Unused (+2 -1)
📝 archived/armhf/Dockerfile_Unused (+2 -1)
📝 archived/buster-arm64/Dockerfile_Unused (+11 -1)
📝 archived/buster-armhf/Dockerfile_Unused (+11 -1)
archived/snapcraft-x64/Dockerfile_Unused (+54 -0)
📝 archived/trusty-x64/Dockerfile_Unused (+3 -1)
📝 archived/trusty-x64/xvfb.init (+0 -0)
📝 azure-pipelines.yml (+22 -30)
bionic-x64/Dockerfile (+81 -0)
bionic-x64/xvfb-init.sh (+3 -0)
📝 build.yml (+2 -2)
centos7-devtoolset8-arm64/Dockerfile (+29 -0)
centos7-devtoolset8-x64/Dockerfile (+31 -0)
📝 stretch-arm64/Dockerfile (+37 -3)
📝 stretch-armhf/Dockerfile (+37 -3)

📄 Description

... just exploration for now


🔄 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/13 **Author:** [@GitMensch](https://github.com/GitMensch) **Created:** 10/17/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `main` --- ### 📝 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 **20 files changed** (+382 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) ➕ `SECURITY.md` (+41 -0) ➕ `alpine-arm64/Dockerfile` (+6 -0) ➕ `alpine-x64/Dockerfile` (+8 -0) ➖ `alpine/Dockerfile` (+0 -6) 📝 `archived/arm64/Dockerfile_Unused` (+2 -1) 📝 `archived/armhf/Dockerfile_Unused` (+2 -1) 📝 `archived/buster-arm64/Dockerfile_Unused` (+11 -1) 📝 `archived/buster-armhf/Dockerfile_Unused` (+11 -1) ➕ `archived/snapcraft-x64/Dockerfile_Unused` (+54 -0) 📝 `archived/trusty-x64/Dockerfile_Unused` (+3 -1) 📝 `archived/trusty-x64/xvfb.init` (+0 -0) 📝 `azure-pipelines.yml` (+22 -30) ➕ `bionic-x64/Dockerfile` (+81 -0) ➕ `bionic-x64/xvfb-init.sh` (+3 -0) 📝 `build.yml` (+2 -2) ➕ `centos7-devtoolset8-arm64/Dockerfile` (+29 -0) ➕ `centos7-devtoolset8-x64/Dockerfile` (+31 -0) 📝 `stretch-arm64/Dockerfile` (+37 -3) 📝 `stretch-armhf/Dockerfile` (+37 -3) </details> ### 📄 Description ... just exploration for now --- <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:10 -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#18