[PR #4] [MERGED] feat: update git with backports #25

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

📋 Pull Request Information

Original PR: https://github.com/VSCodium/vscode-linux-build-agent/pull/4
Author: @daiyam
Created: 9/26/2021
Status: Merged
Merged: 10/1/2021
Merged by: @stripedpajamas

Base: masterHead: feat-backports


📝 Commits (1)

  • e555275 feat: update git with backports

📊 Changes

3 files changed (+9 additions, -1 deletions)

View changed files

📝 .github/workflows/build.yml (+1 -1)
📝 stretch-arm64/Dockerfile (+4 -0)
📝 stretch-armhf/Dockerfile (+4 -0)

📄 Description

This PR is updating git so that actions/checkout@v2 uses git (require >=2.18) instead of using REST API (https://github.com/actions/checkout/issues/126#issuecomment-570288731)

It's part of a refactoring so that the workflows don't re-publish existing binaries (for https://github.com/VSCodium/vscodium/issues/828 and https://github.com/VSCodium/vscodium/issues/847).

The change for runs-on is due to: https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021/


🔄 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/4 **Author:** [@daiyam](https://github.com/daiyam) **Created:** 9/26/2021 **Status:** ✅ Merged **Merged:** 10/1/2021 **Merged by:** [@stripedpajamas](https://github.com/stripedpajamas) **Base:** `master` ← **Head:** `feat-backports` --- ### 📝 Commits (1) - [`e555275`](https://github.com/VSCodium/vscode-linux-build-agent/commit/e5552753689295178358ce974ef2414840caba92) feat: update git with backports ### 📊 Changes **3 files changed** (+9 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+1 -1) 📝 `stretch-arm64/Dockerfile` (+4 -0) 📝 `stretch-armhf/Dockerfile` (+4 -0) </details> ### 📄 Description This PR is updating `git` so that `actions/checkout@v2` uses `git` (require >=2.18) instead of using REST API (https://github.com/actions/checkout/issues/126#issuecomment-570288731) It's part of a refactoring so that the workflows don't re-publish existing binaries (for https://github.com/VSCodium/vscodium/issues/828 and https://github.com/VSCodium/vscodium/issues/847). The change for `runs-on` is due to: https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021/ --- <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:11 -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#25